Beispiel #1
0
 public static DataSet GetDropDownListAllPaymentType()
 {
     DataSet paymentTypes = new DataSet();
     SqlPaymentTypeProvider sqlPaymentTypeProvider = new SqlPaymentTypeProvider();
     paymentTypes = sqlPaymentTypeProvider.GetDropDownLisAllPaymentType();
     return paymentTypes;
 }
Beispiel #2
0
    public static DataSet  GetDropDownListAllPaymentType()
    {
        DataSet paymentTypes = new DataSet();
        SqlPaymentTypeProvider sqlPaymentTypeProvider = new SqlPaymentTypeProvider();

        paymentTypes = sqlPaymentTypeProvider.GetDropDownLisAllPaymentType();
        return(paymentTypes);
    }