Exemplo n.º 1
0
 public static CreateUserRole ToCreateUserRole(this UserRoleState state)
 {
     return(state.ToCreateUserRole <CreateUserRole>());
 }
Exemplo n.º 2
0
 public static MergePatchUserRole ToMergePatchUserRole(this UserRoleState state)
 {
     return(state.ToMergePatchUserRole <MergePatchUserRole>());
 }
Exemplo n.º 3
0
 public static RemoveUserRole ToRemoveUserRole(this UserRoleState state)
 {
     return(state.ToRemoveUserRole <RemoveUserRole>());
 }
Exemplo n.º 4
0
 public static IUserRoleCommand ToCreateOrMergePatchUserRole(this UserRoleState state)
 {
     return(state.ToCreateOrMergePatchUserRole <CreateUserRole, MergePatchUserRole>());
 }
Exemplo n.º 5
0
 public UserRoleStateDto(UserRoleState state)
 {
     this._state = state;
 }
Exemplo n.º 6
0
 public UserRoleStateDto()
 {
     this._state = new UserRoleState();
 }