C# 클래스 SampleWebApiAspNetCore.Repositories.HouseRepository

상속: IHouseRepository
파일 보기 프로젝트 열기: FabianGosebrink/ASPNET-Core-WebAPI-Sample

공개 메소드들

메소드 설명
Add ( HouseEntity toAdd ) : HouseEntity
Delete ( int id ) : void
GetAll ( ) : List
GetSingle ( int id ) : HouseEntity
HouseRepository ( ) : System.Collections.Generic
Update ( HouseEntity toUpdate ) : HouseEntity

메소드 상세

Add() 공개 메소드

public Add ( HouseEntity toAdd ) : HouseEntity
toAdd SampleWebApiAspNetCore.Models.HouseEntity
리턴 SampleWebApiAspNetCore.Models.HouseEntity

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

GetAll() 공개 메소드

public GetAll ( ) : List
리턴 List

GetSingle() 공개 메소드

public GetSingle ( int id ) : HouseEntity
id int
리턴 SampleWebApiAspNetCore.Models.HouseEntity

HouseRepository() 공개 메소드

public HouseRepository ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( HouseEntity toUpdate ) : HouseEntity
toUpdate SampleWebApiAspNetCore.Models.HouseEntity
리턴 SampleWebApiAspNetCore.Models.HouseEntity