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