Ejemplo n.º 1
0
 public int GetEstateHouseCount(long estateId)
 {
     return(_estateService.GetCountOfHousesForParticularEstate(estateId));
 }