|
ScientificReport
|


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

|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificConsultationService.
Definition at line 58 of file ScientificConsultationService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificConsultationService.
Definition at line 88 of file ScientificConsultationService.cs.