Beispiel #1
0
 public ManagingLibraryController(IManageLibraryServices ManageLibraryServices)
 {
     _ManageLibraryServices = ManageLibraryServices;
 }