示例#1
0
 public bool NhapHang(string maHangHoa, int soLuong)
 {
     return(_connect.NhapXuat("SP_HANGHOA_NHAP", maHangHoa, soLuong));
 }