示例#1
0
 public TagAdminController(ITagAdminAppService tagAdminAppService)
 {
     TagAdminAppService = tagAdminAppService;
 }
示例#2
0
 public EditModalModel(ITagAdminAppService tagAdminAppService)
 {
     this.TagAdminAppService = tagAdminAppService;
 }
示例#3
0
 public CreateModalModel(ITagAdminAppService tagAdminAppService)
 {
     TagAdminAppService = tagAdminAppService;
 }
示例#4
0
 public TagAdminAppService_Tests()
 {
     _tagAdminAppService = GetRequiredService <ITagAdminAppService>();
     _cmsKitTestData     = GetRequiredService <CmsKitTestData>();
 }