Пример #1
0
        public Work GetById(int id)
        {
            var work = _repository.GetById(id);

            return(work);
        }