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