예제 #1
0
 public MainVm(ILongOperationService longOperationService, IDialogService dialogService, IMapper mapper, IYusarRepository <SimpleString> repository)
 {
     _longOperationService = longOperationService;
     _dialogService        = dialogService;
     _mapper     = mapper;
     _repository = repository;
     Subscribe();
 }
예제 #2
0
 public void Setup()
 {
     _repository = new YusarRepository <SimpleString>();
     _rnd        = new Random();
 }