Exemplo n.º 1
0
 public static bool deletePhieuNhap(int mapn)
 {
     return(PhieuNhap_DAL.PhieuNhap_delete(mapn));
 }
Exemplo n.º 2
0
 public static bool addPhieuNhap(PhieuNhap phieuNhap)
 {
     return(PhieuNhap_DAL.PhieuNhap_add(phieuNhap));
 }
Exemplo n.º 3
0
 public static bool editPhieuNhap(PhieuNhap phieuNhap)
 {
     return(PhieuNhap_DAL.PhieuNhap_edit(phieuNhap));
 }
Exemplo n.º 4
0
 public static DataView PhieuNhap_getAll()
 {
     return(PhieuNhap_DAL.PhieuNhap_getAll());
 }