Example #1
0
 public static bool ThemPhieuGui(PhieuGuiDTO pgDTO)
 {
     return(PhieuGuiDAL.ThemPhieuGui(pgDTO));
 }
Example #2
0
 public static bool SuaPhieuGui(PhieuGuiDTO pgDTO)
 {
     return(PhieuGuiDAL.SuaPhieuGui(pgDTO));
 }
Example #3
0
 public static List <PhieuGuiDTO> LoadPhieuGui()
 {
     return(PhieuGuiDAL.LoadPhieuGui());
 }