コード例 #1
0
 public IncomingDiscussionBoardProcessor(SPList list, SEMessage message, ILogger logger, IThreadStrategy threadStrategy, ITextParserStrategy textStrategy)
 {
     this.m_list            = list;
     this.m_message         = message;
     this.m_Logger          = logger;
     this.m_threadStarategy = threadStrategy;
     this.m_TextStartegy    = textStrategy;
 }
コード例 #2
0
 public OutcomingDiscussionBoardProcessor(ILogger logger, IThreadStrategy strategy)
 {
     m_Logger   = logger;
     m_strategy = strategy;
 }