|
ScientificReport
|


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

|
virtual |
Implements ScientificReport.BLL.Interfaces.IMembershipService.
Definition at line 58 of file MembershipService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IMembershipService.
Definition at line 88 of file MembershipService.cs.