Exemple #1
0
 public static BG_EstimatesAllocation GetBG_EstimatesAllocationByBEAID(int bEAID)
 {
     return(BG_EstimatesAllocationService.GetBG_EstimatesAllocationByBEAID(bEAID));
 }
Exemple #2
0
 public static DataTable GetAllBG_EstimatesAllocation()
 {
     return(BG_EstimatesAllocationService.GetAllBG_EstimatesAllocation());
 }
Exemple #3
0
 public static bool ModifyBG_EstimatesAllocation(BG_EstimatesAllocation bG_EstimatesAllocation)
 {
     return(BG_EstimatesAllocationService.ModifyBG_EstimatesAllocation(bG_EstimatesAllocation));
 }
Exemple #4
0
 public static bool DeleteBG_EstimatesAllocationByID(int bEAID)
 {
     return(BG_EstimatesAllocationService.DeleteBG_EstimatesAllocationByBEAID(bEAID));
 }
Exemple #5
0
 public static bool DeleteBG_EstimatesAllocation(BG_EstimatesAllocation bG_EstimatesAllocation)
 {
     return(BG_EstimatesAllocationService.DeleteBG_EstimatesAllocation(bG_EstimatesAllocation));
 }
Exemple #6
0
 public static BG_EstimatesAllocation AddBG_EstimatesAllocation(BG_EstimatesAllocation bG_EstimatesAllocation)
 {
     return(BG_EstimatesAllocationService.AddBG_EstimatesAllocation(bG_EstimatesAllocation));
 }