Example #1
0
 public GoldCupController(IMessageParseService messageParseService)
 {
     _messageParseService = messageParseService;
 }
Example #2
0
 public MessageController(IConfiguration configuration, INotificationHandlerService notificationHandlerService, IMessageParseService messageParseService)
 {
     this.configuration              = configuration;
     this.messageParseService        = messageParseService;
     this.notificationHandlerService = notificationHandlerService;
 }