Summary
Initializes a new instance of the
AssignedUsersData<TKey>
class.
- Assembly
- Rocket
.Surgery .Domain .Abstractions .dll - Namespace
- Rocket
.Surgery .Domain - Containing Type
- AssignedUsersData
<TKey>
Syntax
public AssignedUsersData(IEnumerable<TKey> userIds)
Attributes
Type | Description |
---|---|
Json |
Parameters
Name | Type | Description |
---|---|---|
userIds | IEnumerable |
The user ids. |
Return Value
Type | Description |
---|---|
void |