using MongoDB.Bson; using System; using System.Collections.Generic; using System.Text; namespace CZFW.MDB { public interface ISEOShare { BsonDocument GetSEOShare(string path); } }