C# 클래스 Quaack_service.Service.impl.BerichtenServiceImpl

상속: BerichtenService
파일 보기 프로젝트 열기: ARdeWeerd/Quaack_rep_1

공개 메소드들

메소드 설명
delete ( Bericht bericht ) : Result
find ( int bericht_id ) : Bericht
find ( string userId ) : List
update ( Bericht bericht ) : Result

비공개 메소드들

메소드 설명
BerichtenService ( Bericht bericht ) : Result
BerichtenServiceImpl ( ) : System

메소드 상세

delete() 공개 메소드

public delete ( Bericht bericht ) : Result
bericht Quaack_domein.model.Bericht
리턴 Result

find() 공개 메소드

public find ( int bericht_id ) : Bericht
bericht_id int
리턴 Quaack_domein.model.Bericht

find() 공개 메소드

public find ( string userId ) : List
userId string
리턴 List

update() 공개 메소드

public update ( Bericht bericht ) : Result
bericht Bericht
리턴 Result