コード例 #1
0
 public RealEstateDTO GetLastAddRealEstate()
 {
     return(_realEstateRepository.GetLastAddRealEstate());
 }