public SummariesRepository()
 {
     _context = new MinStatDbContext();
 }
Exemple #2
0
 public PersonsRepository()
 {
     _context = new MinStatDbContext();
 }
 public InfraStructureRepository()
 {
     _context = new MinStatDbContext();
 }
Exemple #4
0
 public UserRepository()
 {
     context = new MinStatDbContext();
 }
 public StatisticDataRepository()
 {
     context = new MinStatDbContext();
 }