Exemplo n.º 1
0
 public ProductRepository()
 {
     _ctx = new CremeContext();
 }
Exemplo n.º 2
0
 public CremeRepository()
 {
     _ctx = new CremeContext();
 }