MongoServices 0.2.0
A Service/Repository Framework for mongoDB
|
00001 using System; 00002 using System.Collections.Generic; 00003 using System.Linq; 00004 using System.Text; 00005 00006 namespace MongoServices 00007 { 00012 public interface IMongoServicesRepository<T> 00013 where T : MongoServicesModel 00014 { 00015 } 00016 }