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