示例#1
0
 public TimeProcessor(IEventStorageService eventStorageService, IChatStorageService chatStorageService)
 {
     this.eventStorageService = eventStorageService;
     this.chatStorageService  = chatStorageService;
 }
示例#2
0
 public EventService(IBotService botService, IEventStorageService eventStorageService)
 {
     this.botService          = botService;
     this.eventStorageService = eventStorageService;
 }