1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Moved into class

This commit is contained in:
jrmccannon 2025-03-06 11:01:30 -06:00
parent 49e5e73d12
commit 3d92fcb08b
No known key found for this signature in database
GPG Key ID: CF03F3DB01CE96A6

View File

@ -10,10 +10,7 @@ public class CreateOrganizationUser
public OrganizationUser OrganizationUser { get; set; }
public CollectionAccessSelection[] Collections { get; set; } = [];
public Guid[] Groups { get; set; } = [];
}
public static class CreateOrganizationUserExtensions
{
public static Func<OrganizationUserInviteDto, CreateOrganizationUser> MapToDataModel(DateTimeOffset performedAt) =>
o => new CreateOrganizationUser
{