Пример #1
0
 public TbPrFamilia Update(int id, FamiliaViewModel viewmodel)
 {
     return(service.Update(ViewModelToDomainEditar(id, viewmodel)));
 }