Beispiel #1
0
 public SetInfoRepository(SetInfoContext context)
 {
     _context = context;
 }
 public DummyController(SetInfoContext context)
 {
     _context = context;
 }