예제 #1
0
파일: FlowApp.cs 프로젝트: gongthub/Storm
 public FlowEntity GetForm(string keyValue)
 {
     return(service.FindEntity(keyValue));
 }