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