Ejemplo n.º 1
0
 public void AddNewAuthor(string author, string city, string country)
 {
     BookRepository.AddAuthor(author, city, country);
 }