Exemplo n.º 1
0
 public BookService()
 {
     bookrepository   = new BookRepository();
     authorRepository = new AuthorRepository();
 }