示例#1
0
 public static void Xoa_nhapkho(string nv)
 {
     DAO_NhapKho.Xoanhapkho(nv);
 }
示例#2
0
        //
        //

        //them
        //sua
        //xoa
        public static void Them_nhapkho(DTO_NhapKho nv)
        {
            DAO_NhapKho.Themnhapkho(nv);
        }
示例#3
0
 public static void Sua_nhapkho(DTO_NhapKho nv)
 {
     DAO_NhapKho.Suanhapkho(nv);
 }
示例#4
0
 //
 //
 public static DataTable hienthitenthanhmanguoicungcap(string ten)
 {
     return(DAO_NhapKho.hienthitenthanhmanhacungcap(ten));
 }
示例#5
0
 public static DataTable hienthitenthanhmahanghoa(string ten)
 {
     return(DAO_NhapKho.hienthitenthanhmahanghoa(ten));
 }
示例#6
0
 public static DataTable hienthinhapkhotheotennguoicungcap(string ten)
 {
     return(DAO_NhapKho.hienthinhapkhotheotennguoicungcap(ten));
 }
示例#7
0
 public static DataTable hienthinhapkhotheomanguoicungcap(string ma)
 {
     return(DAO_NhapKho.hienthinhapkhotheomanguoicungcap(ma));
 }
示例#8
0
 public static DataTable hienthinhapkhotheotentenhanghoa(string ten)
 {
     return(DAO_NhapKho.hienthinhapkhotheotenhanghoa(ten));
 }
示例#9
0
 public static DataTable hienthinhapkhotheomahanghoa(string ma)
 {
     return(DAO_NhapKho.hienthinhapkhotheomahanghoa(ma));
 }
示例#10
0
 public static DataTable Hienthi_nhapkho_all()
 {
     return(DAO_NhapKho.HIENTHI_NHAPKHO_ALL());
 }