예제 #1
0
파일: TagsApp.cs 프로젝트: guzii/gushi
 public TagsEntity GetForm(string keyValue)
 {
     return(service.FindEntity(keyValue));
 }