Exemplo n.º 1
0
 public Guid AddNewAuthor(AuthorCreateDTO author)
 {
     return(authorRepository.AddNewAuthor(mapper.Map <Author>(author)));
 }