C# 클래스 Teleimot.Services.Data.RealEstatesService

상속: IRealEstatesService
파일 보기 프로젝트 열기: TelerikAcademy/Web-Services-and-Cloud

공개 메소드들

메소드 설명
AddNew ( RealEstate newRealEstate, string userId ) : int
GetAll ( int skip, int take ) : IQueryable
GetById ( int id ) : IQueryable
RealEstatesService ( IRepository realEstates ) : System

메소드 상세

AddNew() 공개 메소드

public AddNew ( RealEstate newRealEstate, string userId ) : int
newRealEstate Teleimot.Data.Models.RealEstate
userId string
리턴 int

GetAll() 공개 메소드

public GetAll ( int skip, int take ) : IQueryable
skip int
take int
리턴 IQueryable

GetById() 공개 메소드

public GetById ( int id ) : IQueryable
id int
리턴 IQueryable

RealEstatesService() 공개 메소드

public RealEstatesService ( IRepository realEstates ) : System
realEstates IRepository
리턴 System