Beispiel #1
0
 public UpdateController(ILinkBO linkBO, IMessageBO messageBO, IBotCommandsBO botCommandBO)
 {
     _botCommandBO = botCommandBO;
     _linkBO       = linkBO;
     _messageBO    = messageBO;
 }
Beispiel #2
0
 public LinkController(ILinkBO linkBO, ILinkReaderBO linkReaderBO)
 {
     _linkBO       = linkBO;
     _linkReaderBO = linkReaderBO;
 }