Ejemplo n.º 1
0
 protected FileServiceControllerBase(IFilesAppService filesService, IAppFolderConfig appFolderConfig)
 {
     _filesService    = filesService;
     _appFolderConfig = appFolderConfig;
 }
Ejemplo n.º 2
0
 public ProfileController(IFilesAppService filesService, IAppFolderConfig appFolderConfig) : base(filesService, appFolderConfig)
 {
 }