예제 #1
0
 public static string GetIeParent(string code, string type, string glcode)
 {
     return(DlIncomeExp.GetIeParent(code, type, glcode));
 }
예제 #2
0
 public static string GetIECodeForIe(string code, string type)
 {
     return(DlIncomeExp.GetIECodeForIe(code, type));
 }
예제 #3
0
 public string InsUpdDelIncomeExp(PL_IncomeExp obj, out int Id)
 {
     return(DlIncomeExp.InsUpdDelIncomeExp(obj, out Id));
 }
예제 #4
0
 public static string GetIE_CODE(int EVENT, int ID, string CODE)
 {
     return(DlIncomeExp.GetIE_CODE(EVENT, ID, CODE));
 }
예제 #5
0
 public static DataTable GetIncomeExp(int EVENT, int ID, string CODE)
 {
     return(DlIncomeExp.GetIncomeExp(EVENT, ID, CODE));
 }