예제 #1
0
 public void Delete(Expression <Func <T, bool> > where)
 {
     MongoCommandRepository.Delete(where);
 }
예제 #2
0
 public void Delete(object key)
 {
     MongoCommandRepository.Delete(key);
 }