Esempio n. 1
0
 public void DeleteAuthorsById(int id)
 {
     _authorRepository.DeleteAuthors(id);
 }