Exemplo n.º 1
0
 public SearchService(EmojiPadConfiguration configuration, EmojiContext context, EventService events)
 {
     _configuration = configuration;
     _context       = context;
     _event         = events;
 }
Exemplo n.º 2
0
 public StatusService(EventService events)
 {
     events.Busy += SetBusy;
 }