예제 #1
0
 public SummariesRepository()
 {
     _context = new MinStatDbContext();
 }
예제 #2
0
 public PersonsRepository()
 {
     _context = new MinStatDbContext();
 }
예제 #3
0
 public InfraStructureRepository()
 {
     _context = new MinStatDbContext();
 }
예제 #4
0
 public UserRepository()
 {
     context = new MinStatDbContext();
 }
예제 #5
0
 public StatisticDataRepository()
 {
     context = new MinStatDbContext();
 }