Exemple #1
0
        public string Autenticar(Autenticarusuario request)
        {
            //if (request == null)
            //{
            //    throw new Exception("Autenticação zuada");
            //}

            //if (string.IsNullOrEmpty(request.login))
            //{
            //    throw new Exception("Autenticação zuada");
            //}

            //if (string.IsNullOrEmpty(request.senha))
            //{
            //    throw new Exception("Autenticação zuada");
            //}

            var response = _repositorio.Autenticar(request);

            return(response);
        }
Exemple #2
0
 public string Autenticar(Autenticarusuario request)
 {
     throw new NotImplementedException();
 }