示例#1
0
 public TestService(TestManagerV2.Data.TestManagerV2Context context)
 {
     _context = context;
 }
示例#2
0
 public TestsController(TestManagerV2Context context)
 {
     _context = context;
 }