コード例 #1
0
 public bool DeleteCustomer(int customerId)
 {
     return(repo.DeleteCustomer(customerId));
 }