コード例 #1
0
ファイル: AgeBL.cs プロジェクト: SDivyaprabha/CRM1
 public static DataTable Get_DemandAgeDet(int argCCId)
 {
     return(AgeDL.Get_DemandAgeDet(argCCId));
 }
コード例 #2
0
ファイル: AgeBL.cs プロジェクト: SDivyaprabha/CRM1
 public static void Update_DemandAge(DataTable argAge, int argCCId)
 {
     AgeDL.Update_DemandAge(argAge, argCCId);
 }
コード例 #3
0
ファイル: AgeBL.cs プロジェクト: SDivyaprabha/CRM1
 public static DataTable Get_AgeDet()
 {
     return(AgeDL.Get_AgeDet());
 }
コード例 #4
0
ファイル: AgeBL.cs プロジェクト: SDivyaprabha/CRM1
 public static void Delete_DemandAge(int argId)
 {
     AgeDL.Delete_DemandAge(argId);
 }
コード例 #5
0
ファイル: AgeBL.cs プロジェクト: SDivyaprabha/CRM1
 public static void Update_Age(DataTable argAge)
 {
     AgeDL.Update_Age(argAge);
 }