|
ScientificReport
|


Public Member Functions | |
| ReviewService (ScientificReportDbContext context) | |
| virtual IEnumerable< Review > | GetAll () |
| virtual IEnumerable< Review > | GetAllWhere (Func< Review, bool > predicate) |
| virtual IEnumerable< Review > | GetItemsByRole (ClaimsPrincipal userClaims) |
| virtual IEnumerable< Review > | GetPageByRole (int page, int count, ClaimsPrincipal userClaims) |
| virtual int | GetCountByRole (ClaimsPrincipal userClaims) |
| virtual Review | GetById (Guid id) |
| virtual Review | Get (Func< Review, bool > predicate) |
| virtual void | CreateItem (ReviewModel model) |
| virtual void | UpdateItem (ReviewEditModel model) |
| virtual void | DeleteById (Guid id) |
| virtual bool | Exists (Guid id) |
Definition at line 14 of file ReviewService.cs.
| ScientificReport.BLL.Services.ReviewService.ReviewService | ( | ScientificReportDbContext | context | ) |
Definition at line 20 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 78 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 101 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 106 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 73 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 27 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 32 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 68 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 63 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 37 of file ReviewService.cs.

|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 58 of file ReviewService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IReviewService.
Definition at line 88 of file ReviewService.cs.