Example #1
0
 public int AddPaymentType(PmsEntity.PaymentType paymentType)
 {
     return(DalFactory.AddPaymentType(paymentType));
 }