|
ScientificReport
|


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