コード例 #1
0
 public Speakers Create(Speakers speakers)
 {
     return(speakersRepository.CreateSpeakers(speakers));
 }