コード例 #1
0
ファイル: Realty.cs プロジェクト: skincheg/practic-app
 public string TypeOfRealty(int id)
 {
     return(database.TypeOfRealty(id));
 }