示例#1
0
 public Task SetActiveAsync(Guid id, SetActiveRequestDto input)
 {
     return(_articleCommonAppService.SetActiveAsync(id, input));
 }