Ejemplo n.º 1
0
 public static DataSet GetAllTypesACC_Accounts()
 {
     DataSet aCC_Accounts = new DataSet();
     SqlACC_AccountProvider sqlACC_AccountProvider = new SqlACC_AccountProvider();
     aCC_Accounts = sqlACC_AccountProvider.GetAllTypesACC_Accounts();
     return aCC_Accounts;
 }