コード例 #1
0
 public static bool delete(int mapx)
 {
     return(PhieuXuat_DAO.delete(mapx));
 }
コード例 #2
0
 public static bool insert(PhieuXuat phieuxuat)
 {
     return(PhieuXuat_DAO.insert(phieuxuat));
 }
コード例 #3
0
 public static bool edit(PhieuXuat phieuxuat)
 {
     return(PhieuXuat_DAO.edit(phieuxuat));
 }
コード例 #4
0
 public static DataView PhieuXuat_getAll()
 {
     return(PhieuXuat_DAO.PhieuXuat_getAll());
 }