Example #1
0
 public void DeleteById(long id)
 {
     DaoGeneric <dbcrudapiContext, User> .DeleteById(id);
 }