/// <summary>
 /// Invokes the 'DiscontinueProduct' method of the specified <see cref="Product"/> entity.
 /// </summary>
 /// <param name="product">The <see cref="Product"/> entity instance.</param>
 public void DiscontinueProduct(global::DbContextModels.Northwind.Product product)
 {
     product.DiscontinueProduct();
 }
 /// <summary>
 /// Invokes the 'DiscontinueProduct' method of the specified <see cref="Product"/> entity.
 /// </summary>
 /// <param name="product">The <see cref="Product"/> entity instance.</param>
 public void DiscontinueProduct(global::NorthwindModel.Product product)
 {
     product.DiscontinueProduct();
 }
 /// <summary>
 /// Invokes the 'DiscontinueProduct' method of the specified <see cref="Product"/> entity.
 /// </summary>
 /// <param name="product">The <see cref="Product"/> entity instance.</param>
 public void DiscontinueProduct(global::DataTests.Northwind.LTS.Product product)
 {
     product.DiscontinueProduct();
 }
 /// <summary>
 /// Invokes the 'DiscontinueProduct' method of the specified <see cref="Product"/> entity.
 /// </summary>
 /// <param name="product">The <see cref="Product"/> entity instance.</param>
 public void DiscontinueProduct(global::CodeFirstModels.Product product)
 {
     product.DiscontinueProduct();
 }