コード例 #1
0
        public bool CanDeleteSupplier(int supId)
        {
            ISupplierDAL supplierDAL = new SupplierDAL();

            return(supplierDAL.CanDeleteSupplier(supId));
        }