示例#1
0
 public UsuarioDTO ObterAutenticacao(string email, string senha)
 {
     return(_servicoUsuario.ObterAutenticacao(email, senha));
 }