Ejemplo n.º 1
0
        public Right GetRight(int id)
        {
            var Right = RightRepository.GetById(id);

            return(Right);
        }