예제 #1
0
 public TouristRepository()
 {
     db = new TouristAppContext();
 }
예제 #2
0
 public TouristAppUnitOfWork()
 {
     db = new TouristAppContext();
 }