Ejemplo n.º 1
0
 public Author Find(AuthorId authorId)
 {
     return(_authorRepository.Find(authorId));
 }
 public Author Find(AuthorId authorId)
 {
     return(_authorService.Find(authorId));
 }