1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 05:03:18 +00:00
Files
server/src/Core/Models/Business/ImportedOrganizationUser.cs
2017-05-16 00:11:21 -04:00

9 lines
185 B
C#

namespace Bit.Core.Models.Business
{
public class ImportedOrganizationUser
{
public string Email { get; set; }
public string ExternalId { get; set; }
}
}