|
ScientificReport
|


Public Member Functions | |
| IEnumerable< Review > | GetAll () |
| IEnumerable< Review > | GetAllWhere (Func< Review, bool > predicate) |
| IEnumerable< Review > | GetItemsByRole (ClaimsPrincipal userClaims) |
| IEnumerable< Review > | GetPageByRole (int page, int count, ClaimsPrincipal userClaims) |
| int | GetCountByRole (ClaimsPrincipal userClaims) |
| Review | GetById (Guid id) |
| Review | Get (Func< Review, bool > predicate) |
| void | CreateItem (ReviewModel model) |
| void | UpdateItem (ReviewEditModel model) |
| void | DeleteById (Guid id) |
| bool | Exists (Guid id) |
Definition at line 9 of file IReviewService.cs.
| void ScientificReport.BLL.Interfaces.IReviewService.CreateItem | ( | ReviewModel | model | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
| void ScientificReport.BLL.Interfaces.IReviewService.DeleteById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
| bool ScientificReport.BLL.Interfaces.IReviewService.Exists | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
Implemented in ScientificReport.BLL.Services.ReviewService.
| IEnumerable<Review> ScientificReport.BLL.Interfaces.IReviewService.GetAll | ( | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
| IEnumerable<Review> ScientificReport.BLL.Interfaces.IReviewService.GetAllWhere | ( | Func< Review, bool > | predicate | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
| Review ScientificReport.BLL.Interfaces.IReviewService.GetById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
| int ScientificReport.BLL.Interfaces.IReviewService.GetCountByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
| IEnumerable<Review> ScientificReport.BLL.Interfaces.IReviewService.GetItemsByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
| IEnumerable<Review> ScientificReport.BLL.Interfaces.IReviewService.GetPageByRole | ( | int | page, |
| int | count, | ||
| ClaimsPrincipal | userClaims | ||
| ) |
Implemented in ScientificReport.BLL.Services.ReviewService.
| void ScientificReport.BLL.Interfaces.IReviewService.UpdateItem | ( | ReviewEditModel | model | ) |
Implemented in ScientificReport.BLL.Services.ReviewService.