コード例 #1
0
 public GetPropertyResponse Get(int PropertyID)
 {
     return(_searchManager.GetProperty(PropertyID));
 }