Esempio n. 1
0
        public static bool InsertVat(Vat vatThiNghiem)
        {
            /*Call method insert city into THANHPHO_DAL layer*/
            bool result = Vat_DAL.InsertVat(vatThiNghiem);

            return(result);
        }
Esempio n. 2
0
        public static bool DeleteVat(string maVat)
        {
            bool result = Vat_DAL.DeleteVat(maVat);

            return(result);
        }
Esempio n. 3
0
 public static List <Vat> LoadVat()
 {
     return(Vat_DAL.LoadVat());
 }