Exemplo n.º 1
0
 protected AggregatorBase(IRepositoryFactory repositoryFactory, IStatEntityFactory statEntityFactory, IGuidWrapper guid, IDateTimeWrapper dateTime)
 {
     RepositoryFactory = repositoryFactory;
     StatEntityFactory = statEntityFactory;
     GuidWraper        = guid;
     DateTimeWrapper   = dateTime;
 }
Exemplo n.º 2
0
 protected AggregatorBase(IRepositoryFactory repositoryFactory, IStatEntityFactory statEntityFactory, IGuidWrapper guid, IDateTimeWrapper dateTime)
 {
     RepositoryFactory = repositoryFactory;
     StatEntityFactory = statEntityFactory;
     GuidWraper = guid;
     DateTimeWrapper = dateTime;
 }
Exemplo n.º 3
0
 public StatWatchingService(
     IRepositoryFactory repositoryFactory,
     IStatEntityFactory statEntityFactory,
     IGuidWrapper guid,
     IDateTimeWrapper dateTime)
     : base(repositoryFactory, statEntityFactory, guid, dateTime)
 {
 }
Exemplo n.º 4
0
 public StatUserRegistrationService(
     IRepositoryFactory repositoryFactory,
     IStatEntityFactory statEntityFactory,
     IGuidWrapper guid,
     IDateTimeWrapper dateTime)
     : base(repositoryFactory, statEntityFactory, guid, dateTime)
 {
 }
 public StatUserRegistrationService(
     IRepositoryFactory repositoryFactory,
     IStatEntityFactory statEntityFactory,
     IGuidWrapper guid,
     IDateTimeWrapper dateTime)
     : base(repositoryFactory, statEntityFactory, guid, dateTime)
 {
 }
 public StatProjectUploadingService(
     IRepositoryFactory repositoryFactory,
     IStatEntityFactory statEntityFactory,
     IGuidWrapper guid,
     IDateTimeWrapper dateTime)
     : base(repositoryFactory, statEntityFactory, guid, dateTime)
 {
 }
 public StatProjectDeletionService(
     IRepositoryFactory repositoryFactory,
     IStatEntityFactory statEntityFactory,
     IGuidWrapper guid,
     IDateTimeWrapper dateTime)
     : base(repositoryFactory, statEntityFactory, guid, dateTime)
 {
 }
 public StatProjectStateService(
     IRepositoryFactory repositoryFactory,
     IStatEntityFactory statEntityFactory,
     IDateTimeWrapper dateTimeWrapper)
 {
     _repositoryFactory = repositoryFactory;
     _statEntityFactory = statEntityFactory;
     _dateTimeWrapper   = dateTimeWrapper;
 }
 public StatProjectStateService(
     IRepositoryFactory repositoryFactory,
     IStatEntityFactory statEntityFactory,
     IDateTimeWrapper dateTimeWrapper)
 {
     _repositoryFactory = repositoryFactory;
     _statEntityFactory = statEntityFactory;
     _dateTimeWrapper = dateTimeWrapper;
 }