Ejemplo n.º 1
0
        static void removeCustomerProductListWithSP(int customerID)
        {
            YTUEFEntities context = new YTUEFEntities();

            context.deleteCustomerProductList(customerID);
        }