Example #1
0
 public DMModel ReadId(string id)
 {
     return(db.Get(ObjectId.Parse(id)));
 }