Ejemplo n.º 1
0
 public JogoController()
 {
     contexto = new EmprestimoContext();
 }
Ejemplo n.º 2
0
 public UsuarioController()
 {
     contexto = new EmprestimoContext();
 }
Ejemplo n.º 3
0
 public EmprestimoRepository(EmprestimoContext emprestimoContext)
 {
     _emprestimoContext = emprestimoContext;
 }