Пример #1
0
 public CommentsController(ICommentsClientService commentsService)
 {
     _commentsService = commentsService;
 }
Пример #2
0
 public void Init()
 {
     _service = new CommentClientService(new MemoryRepository());
 }