Method | Description | |
---|---|---|
Get ( int id ) : IHttpActionResult | ||
RealEstatesController ( IRealEstatesService realEstates ) : System.Collections |
Method | Description | |
---|---|---|
Get ( int skip = RealEstateConstants.DefaultRealEstateSkip, int take = RealEstateConstants.DefaultRealEstateTake ) : IHttpActionResult | ||
Post ( RealEstateRequestModel model ) : IHttpActionResult |
public RealEstatesController ( IRealEstatesService realEstates ) : System.Collections | ||
realEstates | IRealEstatesService | |
return | System.Collections |