Example #1
0
 public static BG_BudgetAllocationHis GetBG_BudgetAllocationHisByBAAHisID(int bAAHisID)
 {
     return(BG_BudgetAllocationHisService.GetBG_BudgetAllocationHisByBAAHisID(bAAHisID));
 }
Example #2
0
 public static DataTable GetAllBG_BudgetAllocationHis()
 {
     return(BG_BudgetAllocationHisService.GetAllBG_BudgetAllocationHis());
 }
Example #3
0
 public static bool ModifyBG_BudgetAllocationHis(BG_BudgetAllocationHis bG_BudgetAllocationHis)
 {
     return(BG_BudgetAllocationHisService.ModifyBG_BudgetAllocationHis(bG_BudgetAllocationHis));
 }
Example #4
0
 public static bool DeleteBG_BudgetAllocationHisByID(int bAAHisID)
 {
     return(BG_BudgetAllocationHisService.DeleteBG_BudgetAllocationHisByBAAHisID(bAAHisID));
 }
Example #5
0
 public static bool DeleteBG_BudgetAllocationHis(BG_BudgetAllocationHis bG_BudgetAllocationHis)
 {
     return(BG_BudgetAllocationHisService.DeleteBG_BudgetAllocationHis(bG_BudgetAllocationHis));
 }
Example #6
0
 public static BG_BudgetAllocationHis AddBG_BudgetAllocationHis(BG_BudgetAllocationHis bG_BudgetAllocationHis)
 {
     return(BG_BudgetAllocationHisService.AddBG_BudgetAllocationHis(bG_BudgetAllocationHis));
 }