Example #1
0
 public static BG_OutLayGather GetBG_OutLayGatherByOGID(int oGID)
 {
     return(BG_OutLayGatherService.GetBG_OutLayGatherByOGID(oGID));
 }
Example #2
0
 public static DataTable GetAllBG_OutLayGather()
 {
     return(BG_OutLayGatherService.GetAllBG_OutLayGather());
 }
Example #3
0
 public static bool ModifyBG_OutLayGather(BG_OutLayGather bG_OutLayGather)
 {
     return(BG_OutLayGatherService.ModifyBG_OutLayGather(bG_OutLayGather));
 }
Example #4
0
 public static bool DeleteBG_OutLayGatherByID(int oGID)
 {
     return(BG_OutLayGatherService.DeleteBG_OutLayGatherByOGID(oGID));
 }
Example #5
0
 public static bool DeleteBG_OutLayGather(BG_OutLayGather bG_OutLayGather)
 {
     return(BG_OutLayGatherService.DeleteBG_OutLayGather(bG_OutLayGather));
 }
Example #6
0
 public static BG_OutLayGather AddBG_OutLayGather(BG_OutLayGather bG_OutLayGather)
 {
     return(BG_OutLayGatherService.AddBG_OutLayGather(bG_OutLayGather));
 }