コード例 #1
0
 public static BG_UserPurview GetBG_UserPurviewByUPID(int uPID)
 {
     return(BG_UserPurviewService.GetBG_UserPurviewByUPID(uPID));
 }
コード例 #2
0
 public static DataTable GetAllBG_UserPurview()
 {
     return(BG_UserPurviewService.GetAllBG_UserPurview());
 }
コード例 #3
0
 public static bool ModifyBG_UserPurview(BG_UserPurview bG_UserPurview)
 {
     return(BG_UserPurviewService.ModifyBG_UserPurview(bG_UserPurview));
 }
コード例 #4
0
 public static bool DeleteBG_UserPurviewByID(int uPID)
 {
     return(BG_UserPurviewService.DeleteBG_UserPurviewByUPID(uPID));
 }
コード例 #5
0
 public static bool DeleteBG_UserPurview(BG_UserPurview bG_UserPurview)
 {
     return(BG_UserPurviewService.DeleteBG_UserPurview(bG_UserPurview));
 }
コード例 #6
0
 public static BG_UserPurview AddBG_UserPurview(BG_UserPurview bG_UserPurview)
 {
     return(BG_UserPurviewService.AddBG_UserPurview(bG_UserPurview));
 }