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