|
ScientificReport
|


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

|
virtual |
Implements ScientificReport.BLL.Interfaces.IOppositionService.
Definition at line 58 of file OppositionService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IOppositionService.
Definition at line 88 of file OppositionService.cs.