예제 #1
0
 //start here -Andre
 public static PaymentType checkExistPaymentType(string type)
 {
     return(PaymentTypeRepository.checkPaymentType(type));
 }