Beispiel #1
0
 public ProductRepository()
 {
     _ctx = new CremeContext();
 }
Beispiel #2
0
 public CremeRepository()
 {
     _ctx = new CremeContext();
 }