Esempio n. 1
0
 public FilesController(FileDriveContext context, IAuthorizationService authorizationService)
 {
     this.treeBl               = new TreeBL(context);
     this.conversionBl         = new ConversionBL(context);
     this.authorizationBl      = new AuthorizationBL(context);
     this.authorizationService = authorizationService;
 }
Esempio n. 2
0
 public BaseHandler(FileDriveContext context)
 {
     this.authorizationBL = new AuthorizationBL(context);
 }