Пример #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();
 }