Exemplo n.º 1
0
 public LoginController(IDbUsuarioRepository p)
 {
     _usuarioRepository = p;
 }