Ejemplo n.º 1
0
        public static bool DeleteSupplier(string id)
        {
            InventoryBL bl     = new InventoryBL();
            bool        result = bl.DeleteSupplier(Convert.ToInt32(id));

            return(result);
        }