예제 #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());
 }