示例#1
0
 public UpdateAnalyticsDurationCommand(IUserAnalyticsSessionRepository userAnalyticsSessionRepository)
 {
     this.userAnalyticsSessionRepository = userAnalyticsSessionRepository;
 }
示例#2
0
 public CreateUserAnalyticsSessionCommand(IUserAnalyticsSessionRepository userAnalyticsSessionRepository, IRetrieveLocation retrieveLocation)
 {
     this.userAnalyticsSessionRepository = userAnalyticsSessionRepository;
     this.retrieveLocation = retrieveLocation;
 }