Пример #1
0
 public ProductRepository()
 {
     _ctx = new CremeContext();
 }
Пример #2
0
 public CremeRepository()
 {
     _ctx = new CremeContext();
 }