C# Class Quaack_service.Service.impl.BerichtenServiceImpl
Show file
Open project: ARdeWeerd/Quaack_rep_1
Public Methods
Method |
Description |
|
delete ( Bericht bericht ) : Result |
|
|
find ( int bericht_id ) : Bericht |
|
|
find ( string userId ) : List |
|
|
update ( Bericht bericht ) : Result |
|
|
Private Methods
Method Details
public delete ( Bericht bericht ) : Result |
bericht |
Quaack_domein.model.Bericht |
|
return |
Result |
|
public find ( int bericht_id ) : Bericht |
bericht_id |
int |
|
return |
Quaack_domein.model.Bericht |
|
public find ( string userId ) : List |
userId |
string |
|
return |
List |
|
public update ( Bericht bericht ) : Result |
bericht |
Bericht |
|
return |
Result |
|