Is there a way to use a DbSet in another model with additional properties?

后端 未结 0 1340
天命终不由人
天命终不由人 2021-02-05 00:06

In my UWP application I have a model called Product.cs:

public class Product
{
  public string ProductName { get; set; }
  public double Price { get; set; }
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题