コード例 #1
0
 public static List <Property> ProcessGetPropertyByArea(string area)
 {
     return(PropertyRepository.PropertiesByArea(area));
 }