Esempio n. 1
0
 public TestsService(TestsContext db)
 {
     _db = db;
 }
 public QuestionsService(TestsContext db)
 {
     _db = db;
 }