Пример #1
0
 public UserNotificationFactory(ILogStore logstore, IUserNotificationUrl url,
                                IClock clock)
 {
     this.clock    = clock;
     this.logstore = logstore;
     this.url      = url;
 }