public CreateClientController(ShineContext _context)
 {
     context = _context;
 }
Exemplo n.º 2
0
 public ValuesController(ShineContext _context)
 {
     context = _context;
 }
Exemplo n.º 3
0
 public EngineDb(ShineContext _context)
 {
     context = _context;
 }