示例#1
0
文件: TagsApp.cs 项目: guzii/gushi
 public TagsEntity GetForm(string keyValue)
 {
     return(service.FindEntity(keyValue));
 }