Beispiel #1
0
 public async Task ModifyCustomer(int id, CustomerAddModModel customer)
 => await CustomerService.ModifyCustomer(id, customer);
Beispiel #2
0
 public async Task <AddResult> AddCustomer(CustomerAddModModel customer)
 => await CustomerService.AddCustomer(customer);