Пример #1
0
 public TestService(TestManagerV2.Data.TestManagerV2Context context)
 {
     _context = context;
 }
Пример #2
0
 public TestsController(TestManagerV2Context context)
 {
     _context = context;
 }