コード例 #1
0
ファイル: Applications.cs プロジェクト: solarga/Asset
 public int Insert(ApplicationsInfo model)
 {
     return(dal.Insert(model));
 }