示例#1
0
 public async Task DeleteCustomerById(int id)
 {
     await _customerRepo.DeleteAsync(id);
 }