public TopicController(ITopicDriver topicDriver, ICommentDriver commentDriver,
                        ITagDriver tagDirver, IThreadDriver threadDriver)
 {
     _topicDriver   = topicDriver;
     _commentDriver = commentDriver;
     _tagDriver     = tagDirver;
     _threadDriver  = threadDriver;
 }
 public TopicController(ITopicDriver topicDriver, ICommentDriver commentDriver, 
     ITagDriver tagDirver,  IThreadDriver threadDriver)
 {
     _topicDriver = topicDriver;
     _commentDriver = commentDriver;
     _tagDriver = tagDirver;
     _threadDriver = threadDriver;
 }
 public TagController(ITagDriver tagDriver)
 {
     _tagDriver = tagDriver;
 }
Beispiel #4
0
 public TagController(ITagDriver tagDriver)
 {
     _tagDriver = tagDriver;
 }