Пример #1
0
 public JogoController()
 {
     contexto = new EmprestimoContext();
 }
Пример #2
0
 public UsuarioController()
 {
     contexto = new EmprestimoContext();
 }
Пример #3
0
 public EmprestimoRepository(EmprestimoContext emprestimoContext)
 {
     _emprestimoContext = emprestimoContext;
 }