예제 #1
0
 public bool HouseExists(int houseId)
 {
     return(_houseRepository.HouseExists(houseId));
 }