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