Пример #1
0
 public NoteQueryHandler(
     INoteMeClientMapper mapper,
     INoteMeContextFactory factory)
 {
     _mapper  = mapper;
     _factory = factory;
 }
Пример #2
0
 public SynchronizationService(
     INoteMeContextFactory contextFactory,
     ISynchronizationDispatcher dispatcher,
     TinyIoCContainer container)
 {
     _contextFactory = contextFactory;
     _dispatcher     = dispatcher;
     _container      = container;
 }
 public NoteHandler(
     IGeolocationService geolocationService,
     INoteMeClientMapper mapper,
     INoteMeContextFactory factory)
 {
     _geolocationService = geolocationService;
     _mapper             = mapper;
     _factory            = factory;
 }