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

        return(result);
    }