public CommentsController(ICommentsUIService commentsUIService)
 {
     _commentsUiService = commentsUIService;
 }
Beispiel #2
0
 public CommentsController(ICommentsUIService commentsUIService)
 {
     _commentsUiService = commentsUIService;
 }