Ejemplo n.º 1
0
 public CommentsController(ICommentsClientService commentsService)
 {
     _commentsService = commentsService;
 }
Ejemplo n.º 2
0
 public void Init()
 {
     _service = new CommentClientService(new MemoryRepository());
 }