Esempio n. 1
0
 public ClassClientController(UserManager <User> userManager, IAdminClassService classification, IAdminItemsService items, IAdminLinksService links, IManageFilesService files, IAdminVersionService versions)
 {
     this.classification = classification;
     this.userManager    = userManager;
     this.items          = items;
     this.links          = links;
     this.files          = files;
     this.versions       = versions;
 }
Esempio n. 2
0
 public LinksController(IAdminLinksService links)
 {
     this.links = links;
 }