Ejemplo n.º 1
0
        public DetalheDepartamentoResults Detalhe(Guid id)
        {
            try
            {
                //var user = Guid.Parse(this.User.Identity.Name);
                var result = _departamentoRepositorio.Detalhes(id);

                return(result);
            }
            catch (Exception)
            {
                return(null);
            }
        }