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