示例#1
0
        public bool RefreshSupplier(int supId)
        {
            ISupplierBL _supplierBL = new SupplierBL();

            return(_supplierBL.RefreshSupplier(supId));
        }