|
ScientificReport
|


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