Example #1
0
 public Estate GetEstate(long estateId)
 {
     return(_estateService.GetEstate(estateId));
 }