Esempio n. 1
0
 public AccountType ChangeAccountType(int id, AccountTypeChangeDto obj) => Change <AccountType, AccountTypeChangeDto>(id, obj);
Esempio n. 2
0
 public OperationResult <AccountTypeGetDto> Change(int id, [FromBody] AccountTypeChangeDto obj) => Controller.ChangeAccountType(id, obj);