コード例 #1
0
 public IEnumerable <Speakers> GetAllSpeakers()
 {
     return(speakersRepository.GetAllSpeakers());
 }