Exemplo n.º 1
0
 public bool CheckoutExistsById(int checkoutId)
 {
     return(_repository.CheckoutExistsById(checkoutId));
 }