Beispiel #1
0
 public static DataSet GetDropDownListAllIncome()
 {
     DataSet incomes = new DataSet();
     SqlIncomeProvider sqlIncomeProvider = new SqlIncomeProvider();
     incomes = sqlIncomeProvider.GetDropDownLisAllIncome();
     return incomes;
 }
Beispiel #2
0
    public static DataSet  GetDropDownListAllIncome()
    {
        DataSet           incomes           = new DataSet();
        SqlIncomeProvider sqlIncomeProvider = new SqlIncomeProvider();

        incomes = sqlIncomeProvider.GetDropDownLisAllIncome();
        return(incomes);
    }