예제 #1
0
 public JogoController()
 {
     contexto = new EmprestimoContext();
 }
예제 #2
0
 public UsuarioController()
 {
     contexto = new EmprestimoContext();
 }
예제 #3
0
 public EmprestimoRepository(EmprestimoContext emprestimoContext)
 {
     _emprestimoContext = emprestimoContext;
 }