コード例 #1
0
ファイル: ProductTypeBLL.cs プロジェクト: niuhongkui/Portal
 public ApiMessage <string> Edit(producttype parm)
 {
     return(_dal.Edit(parm));
 }