Class UserAssigned
public class UserAssigned : Change, IChange
- Inheritance
-
UserAssigned
- Implements
- Inherited Members
- Extension Methods
Constructors
UserAssigned(Guid, string)
public UserAssigned(Guid user, string role)
Parameters
Properties
Role
public string Role { get; set; }
Property Value
User
public Guid User { get; set; }