public static BG_Mon GetBG_MonByBGID(int bGID) { return(BG_MonService.GetBG_MonByBGID(bGID)); }
public static DataTable GetAllBG_Mon() { return(BG_MonService.GetAllBG_Mon()); }
public static bool ModifyBG_Mon(BG_Mon bG_Mon) { return(BG_MonService.ModifyBG_Mon(bG_Mon)); }
public static bool DeleteBG_MonByID(int bGID) { return(BG_MonService.DeleteBG_MonByBGID(bGID)); }
public static bool DeleteBG_Mon(BG_Mon bG_Mon) { return(BG_MonService.DeleteBG_Mon(bG_Mon)); }
public static BG_Mon AddBG_Mon(BG_Mon bG_Mon) { return(BG_MonService.AddBG_Mon(bG_Mon)); }