Пример #1
0
 public ProductRepository(DemoDbContext context)
 {
     this.context = context;
 }