|
ScientificReport
|


Public Member Functions | |
| ScientificInternshipService (ScientificReportDbContext context) | |
| virtual IEnumerable< ScientificInternship > | GetAll () |
| virtual IEnumerable< ScientificInternship > | GetAllWhere (Func< ScientificInternship, bool > predicate) |
| virtual IEnumerable< ScientificInternship > | GetItemsByRole (ClaimsPrincipal userClaims) |
| virtual IEnumerable< ScientificInternship > | GetPageByRole (int page, int count, ClaimsPrincipal userClaims) |
| virtual int | GetCountByRole (ClaimsPrincipal userClaims) |
| virtual ScientificInternship | GetById (Guid id) |
| virtual ScientificInternship | Get (Func< ScientificInternship, bool > predicate) |
| virtual void | CreateItem (ScientificInternshipModel model) |
| virtual void | UpdateItem (ScientificInternshipEditModel model) |
| virtual void | DeleteById (Guid id) |
| virtual bool | Exists (Guid id) |
| void | AddUser (ScientificInternship scientificInternship, UserProfile user) |
| void | RemoveUser (ScientificInternship scientificInternship, UserProfile user) |
| virtual IEnumerable< UserProfile > | GetUsers (Guid id) |
Definition at line 15 of file ScientificInternshipService.cs.
| ScientificReport.BLL.Services.ScientificInternshipService.ScientificInternshipService | ( | ScientificReportDbContext | context | ) |
Definition at line 21 of file ScientificInternshipService.cs.
| void ScientificReport.BLL.Services.ScientificInternshipService.AddUser | ( | ScientificInternship | scientificInternship, |
| UserProfile | user | ||
| ) |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 115 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 79 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 105 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 110 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 74 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 28 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 33 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 69 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 64 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 38 of file ScientificInternshipService.cs.

|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 59 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 144 of file ScientificInternshipService.cs.
| void ScientificReport.BLL.Services.ScientificInternshipService.RemoveUser | ( | ScientificInternship | scientificInternship, |
| UserProfile | user | ||
| ) |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 132 of file ScientificInternshipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IScientificInternshipService.
Definition at line 90 of file ScientificInternshipService.cs.