Esempio n. 1
0
 /// <summary>
 /// Add new author
 /// </summary>
 public async Task AddNewAuthorAsync(Author author)
 {
     await _authorRepository.AddNewAuthorAsync(author);
 }