Related Models: Group.cs
Related Interfaces:
IGroupService.cs
Fields
| Field Name | Type | Description |
|---|---|---|
_dbContextFactory | IDbContextFactory<NumaContext> | DbContextFactory for instantiating instances of NumaContext on-demand |
Constructor
Properties
GroupService does not have any properties.
Methods
| Method Name | Description | Parameters | Return Type |
|---|---|---|---|
UserIsInGroup | Checks if a specific user is in a specific group | string,string | Task<bool> |
