Exemplo n.º 1
0
 public Speakers Create(Speakers speakers)
 {
     return(speakersRepository.CreateSpeakers(speakers));
 }