Пример #1
0
 public static IMongoCollection <T> CollectionAs <T>() where T : ServerLog
 {
     return(MongoTools.GetCollection <T>());
 }
Пример #2
0
 public static MongoCollection <T> CollectionAs <T>() where T : User
 {
     return(MongoTools.GetCollection <T>());
 }