예제 #1
0
 public bool CheckoutExistsById(int checkoutId)
 {
     return(_repository.CheckoutExistsById(checkoutId));
 }