Example #1
0
 private bool CreditCardExists(int id)
 {
     return(_creditCardService.CreditCardExists(id));
 }