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