コード例 #1
0
ファイル: ArticleAppService.cs プロジェクト: allonlu/KBWebAPI
 public void Publish(Guid id)
 {
     _articleDomainService.Publish(id);
 }