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