예제 #1
0
 public bool DeleteCustomer(long id)
 {
     return(_reservationContext.DeleteCustomer(id));
 }