コード例 #1
0
ファイル: FormServiceImpl.cs プロジェクト: chenxidaCN/NWEB
 public Form getForm(string id)
 {
     return(FormDao.Get(id));
 }