예제 #1
0
 public AuthorController()
 {
     authorService = new AuthorService(new LibraryContext());
 }