Exemplo n.º 1
0
 public AdminController(IlibraryService libraryService)
 {
     _libraryService = libraryService;
 }
Exemplo n.º 2
0
 public AccountController(IlibraryService libraryService)
 {
     _libraryService = libraryService;
 }
Exemplo n.º 3
0
 public LibraryController(IlibraryService libraryService)
 {
     _libraryService = libraryService;
 }