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