Beispiel #1
0
 public virtual void Delete(string id)
 {
     MongoEntity.Remove <T>(id);
 }