C# Class Teleimot.Services.Data.RealEstatesService

Inheritance: IRealEstatesService
Afficher le fichier Open project: TelerikAcademy/Web-Services-and-Cloud

Méthodes publiques

Méthode Description
AddNew ( RealEstate newRealEstate, string userId ) : int
GetAll ( int skip, int take ) : IQueryable
GetById ( int id ) : IQueryable
RealEstatesService ( IRepository realEstates ) : System

Method Details

AddNew() public méthode

public AddNew ( RealEstate newRealEstate, string userId ) : int
newRealEstate Teleimot.Data.Models.RealEstate
userId string
Résultat int

GetAll() public méthode

public GetAll ( int skip, int take ) : IQueryable
skip int
take int
Résultat IQueryable

GetById() public méthode

public GetById ( int id ) : IQueryable
id int
Résultat IQueryable

RealEstatesService() public méthode

public RealEstatesService ( IRepository realEstates ) : System
realEstates IRepository
Résultat System