public static BG_ReimAppendix GetBG_ReimAppendixByRADID(int rADID) { return(BG_ReimAppendixService.GetBG_ReimAppendixByRADID(rADID)); }
public static DataTable GetAllBG_ReimAppendix() { return(BG_ReimAppendixService.GetAllBG_ReimAppendix()); }
public static bool ModifyBG_ReimAppendix(BG_ReimAppendix bG_ReimAppendix) { return(BG_ReimAppendixService.ModifyBG_ReimAppendix(bG_ReimAppendix)); }
public static bool DeleteBG_ReimAppendixByID(int rADID) { return(BG_ReimAppendixService.DeleteBG_ReimAppendixByRADID(rADID)); }
public static bool DeleteBG_ReimAppendix(BG_ReimAppendix bG_ReimAppendix) { return(BG_ReimAppendixService.DeleteBG_ReimAppendix(bG_ReimAppendix)); }
public static BG_ReimAppendix AddBG_ReimAppendix(BG_ReimAppendix bG_ReimAppendix) { return(BG_ReimAppendixService.AddBG_ReimAppendix(bG_ReimAppendix)); }