コード例 #1
0
 /// <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();
 }
コード例 #2
0
 /// <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();
 }
コード例 #3
0
 /// <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();
 }
コード例 #4
0
 /// <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();
 }