Ejemplo n.º 1
0
        public List <Country> AutoFillCountry()
        {
            ISupplierBL _supplierBL = new SupplierBL();

            return(_supplierBL.AutoFillCountry());
        }