|
ScientificReport
|


Public Member Functions | |
| IEnumerable< ScientificInternship > | GetAll () |
| IEnumerable< ScientificInternship > | GetAllWhere (Func< ScientificInternship, bool > predicate) |
| IEnumerable< ScientificInternship > | GetItemsByRole (ClaimsPrincipal userClaims) |
| IEnumerable< ScientificInternship > | GetPageByRole (int page, int count, ClaimsPrincipal userClaims) |
| int | GetCountByRole (ClaimsPrincipal userClaims) |
| ScientificInternship | GetById (Guid id) |
| ScientificInternship | Get (Func< ScientificInternship, bool > predicate) |
| void | CreateItem (ScientificInternshipModel model) |
| void | UpdateItem (ScientificInternshipEditModel model) |
| void | DeleteById (Guid id) |
| bool | Exists (Guid id) |
| void | AddUser (ScientificInternship scientificInternship, UserProfile user) |
| void | RemoveUser (ScientificInternship scientificInternship, UserProfile user) |
| IEnumerable< UserProfile > | GetUsers (Guid id) |
Definition at line 10 of file IScientificInternshipService.cs.
| void ScientificReport.BLL.Interfaces.IScientificInternshipService.AddUser | ( | ScientificInternship | scientificInternship, |
| UserProfile | user | ||
| ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| void ScientificReport.BLL.Interfaces.IScientificInternshipService.CreateItem | ( | ScientificInternshipModel | model | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| void ScientificReport.BLL.Interfaces.IScientificInternshipService.DeleteById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| bool ScientificReport.BLL.Interfaces.IScientificInternshipService.Exists | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| ScientificInternship ScientificReport.BLL.Interfaces.IScientificInternshipService.Get | ( | Func< ScientificInternship, bool > | predicate | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| IEnumerable<ScientificInternship> ScientificReport.BLL.Interfaces.IScientificInternshipService.GetAll | ( | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| IEnumerable<ScientificInternship> ScientificReport.BLL.Interfaces.IScientificInternshipService.GetAllWhere | ( | Func< ScientificInternship, bool > | predicate | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| ScientificInternship ScientificReport.BLL.Interfaces.IScientificInternshipService.GetById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| int ScientificReport.BLL.Interfaces.IScientificInternshipService.GetCountByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| IEnumerable<ScientificInternship> ScientificReport.BLL.Interfaces.IScientificInternshipService.GetItemsByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| IEnumerable<ScientificInternship> ScientificReport.BLL.Interfaces.IScientificInternshipService.GetPageByRole | ( | int | page, |
| int | count, | ||
| ClaimsPrincipal | userClaims | ||
| ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| IEnumerable<UserProfile> ScientificReport.BLL.Interfaces.IScientificInternshipService.GetUsers | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| void ScientificReport.BLL.Interfaces.IScientificInternshipService.RemoveUser | ( | ScientificInternship | scientificInternship, |
| UserProfile | user | ||
| ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.
| void ScientificReport.BLL.Interfaces.IScientificInternshipService.UpdateItem | ( | ScientificInternshipEditModel | model | ) |
Implemented in ScientificReport.BLL.Services.ScientificInternshipService.