Exemplo n.º 1
0
 public UsuarioController(IAppServicoUsuario appServicoUsuario)
 {
     _appServicoUsuario = appServicoUsuario;
 }