Exemplo n.º 1
0
 public TouristRepository()
 {
     db = new TouristAppContext();
 }
Exemplo n.º 2
0
 public TouristAppUnitOfWork()
 {
     db = new TouristAppContext();
 }