示例#1
0
 public CommentsController(ICommentsClientService commentsService)
 {
     _commentsService = commentsService;
 }
 public void Init()
 {
     _service = new CommentClientService(new MemoryRepository());
 }