Example #1
0
 public string Delete(int id)
 {
     return(db.FindByIdAndRemove(id));
 }