コード例 #1
0
 public static List <Property> ProcessGetPropertyByRooms(int rooms)
 {
     return(PropertyRepository.PropertiesByRoom(rooms));
 }