Example #1
0
 public GetComment(ICommentDataStoreService commentDataStoreService)
 {
     _commentDataStoreService = commentDataStoreService;
     _serializerOptions       = Settngs.SerializerOptions;
 }
Example #2
0
 public DeadLetter(ICommentDataStoreService commentDataStoreService)
 {
     _commentDataStoreService = commentDataStoreService;
 }
 public WatsonMessageProcessor(ICommentDataStoreService commentDataStoreService, IWatsonClient watsonClient)
 {
     _commentDataStoreService = commentDataStoreService;
     _watsonClient            = watsonClient;
 }