Exemple #1
0
 public StudentOpticalFormRepository(ReportConfiguration configuration, ILogger <StudentOpticalFormRepository> logger)
 {
     _logger  = logger;
     _context = new TestOkurContext(configuration);
 }
 public AnswerKeyOpticalFormRepository(ReportConfiguration configuration)
 {
     _context = new TestOkurContext(configuration);
 }
Exemple #3
0
 public ReportRequestRepository(ReportConfiguration configuration)
 {
     _context = new TestOkurContext(configuration);
 }
Exemple #4
0
 public SchoolResultRepository(ReportConfiguration configuration, ICacheManager <IEnumerable <SchoolResult> > cache)
 {
     _cache   = cache;
     _context = new TestOkurContext(configuration);
 }
 public ExamStatisticsRepository(ReportConfiguration configuration)
 {
     _context = new TestOkurContext(configuration);
 }