예제 #1
0
 public CommentAdminController(ICommentAdminAppService commentAdminAppService)
 {
     CommentAdminAppService = commentAdminAppService;
 }
예제 #2
0
 public CommentAdminAppService_Tests()
 {
     _commentAdminAppService = GetRequiredService <ICommentAdminAppService>();
     _cmsKitTestData         = GetRequiredService <CmsKitTestData>();
 }
예제 #3
0
 public DetailsModel(ICommentAdminAppService commentAdminAppService)
 {
     CommentAdminAppService = commentAdminAppService;
 }