Exemple #1
0
 public void AddBookAuthor(Author item)
 {
     authorValidator.Validate(item);
     repository.AddBookAuthor(item);
 }