Example #1
0
 public void Create(Autor autor)
 {
     _autorRepository.Create(autor);
 }