Beispiel #1
0
 public CustomList <Acc_COA> GetAllAcc_COA_ByLevel(int isSubsidiary)
 {
     return(Acc_COA.GetAllAcc_COA_ByLevel(isSubsidiary));
 }
Beispiel #2
0
 public CustomList <Acc_COA> GetAllAcc_COA_ByLevel(int level)
 {
     return(Acc_COA.GetAllAcc_COA_ByLevel(level));
 }