Ejemplo n.º 1
0
 public ICollection <Home> GetByLandlordId(string landlordId)
 {
     return(_homeRepository.GetByLandlordId(landlordId));
 }