Méthode | Description | |
---|---|---|
AnnouncementsController ( ILinqRepository |
Creates AnnouncementController.
|
|
Get ( int id ) : |
Retrieves announcement by Id.
|
|
Get ( ) : IEnumerable |
Retrieves announcements.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
Delete ( int id ) : IHttpActionResult | ||
Latest ( ) : IEnumerable |
||
PostAnnouncement ( |
public AnnouncementsController ( ILinqRepository |
||
announcementRepository | ILinqRepository |
Announcements repository. |
Résultat | System.Collections.Generic |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Get ( int id ) : |
||
id | int | Id. |
Résultat |