Beispiel #1
0
 public HomeController()
 {
     _catService = new CategoryService();
     _bookService = new BookService();
     _authorService = new AuthorService();
 }
Beispiel #2
0
 public AuthorController()
 {
     _authorService = new AuthorService();
 }