Example #1
0
 public static void Sua_xuatkho(DTO_XuatKho nv)
 {
     DAO_XuatKho.Suaxuatkho(nv);
 }
Example #2
0
 public static void Xoa_xuatkho(string nv)
 {
     DAO_XuatKho.Xoaxuatkho(nv);
 }
Example #3
0
 public static DataTable hienthitenthanhmahanghoa(string ten)
 {
     return(DAO_XuatKho.hienthitenthanhmahanghoa(ten));
 }
Example #4
0
        //
        //

        //them
        //sua
        //xoa
        public static void Them_xuatkho(DTO_XuatKho nv)
        {
            DAO_XuatKho.Themxuatkho(nv);
        }
Example #5
0
 //
 //
 public static DataTable hienthitenthanhmankhachhang(string ten)
 {
     return(DAO_XuatKho.hienthitenthanhmakhachhang(ten));
 }
Example #6
0
 public static DataTable hienthixuatkhotheotenkhachhang(string ten)
 {
     return(DAO_XuatKho.hienthixuatkhotheotenkhachhang(ten));
 }
Example #7
0
 public static DataTable hienthixuatkhotheomakhachhang(string ma)
 {
     return(DAO_XuatKho.hienthixuatkhotheomakhachhang(ma));
 }
Example #8
0
 public static DataTable hienthixuatkhotheotentenhanghoa(string ten)
 {
     return(DAO_XuatKho.hienthixuatkhotheotenhanghoa(ten));
 }
Example #9
0
 public static DataTable Hienthi_xuatkho_all()
 {
     return(DAO_XuatKho.HIENTHI_XUATKHO_ALL());
 }