예제 #1
0
 public SortingAlgorithmsController
     (IOptions <FileWorker> fileWorkerOptions,
     IEnumerable <IAlgorithmsService> algorithmsService,
     IStringWorker stringWorkerService,
     IFileWorker fileWorkerSerivce)
 {
     _fileWorkerOptions   = fileWorkerOptions;
     _algorithmsService   = algorithmsService;
     _stringWorkerService = stringWorkerService;
     _fileWorkerService   = fileWorkerSerivce;
 }
예제 #2
0
 public ContactPageModel(IStringWorker stringWorker, IUserDialogs userDialogs)
 {
     _stringWorker = stringWorker;
     _userDialog   = userDialogs;
 }