コード例 #1
0
 public Repository(OrderingSystemDbContext shoppingDbContext)
 {
     Context = shoppingDbContext;
 }
コード例 #2
0
 public CustomerRepository(OrderingSystemDbContext shoppingDbContext) : base(shoppingDbContext)
 {
 }
 public ProductRepository(OrderingSystemDbContext shoppingDbContext) :
     base(shoppingDbContext)
 {
 }