public CreateClientController(ShineContext _context)
 {
     context = _context;
 }
Пример #2
0
 public ValuesController(ShineContext _context)
 {
     context = _context;
 }
Пример #3
0
 public EngineDb(ShineContext _context)
 {
     context = _context;
 }