Example #1
0
        public Speakers GetById(int id)
        {
            var getById = speakersRepository.GetById(id);

            return(getById);
        }