コード例 #1
0
ファイル: SOAppService.cs プロジェクト: sanlonezhang/ql
 public virtual SOInfo CloneSO(SOInfo entity)
 {
     return(soProcessor.CloneSO(entity));
 }