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