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