コード例 #1
0
ファイル: FlowApp.cs プロジェクト: gongthub/Storm
 public FlowEntity GetForm(string keyValue)
 {
     return(service.FindEntity(keyValue));
 }