示例#1
0
 public Task <ArticleDto> CreateAsync(ArticleCreateUpdateDto input)
 {
     return(_articleCommonAppService.CreateAsync(input));
 }