1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-24 06:25:09 -05:00
bitwarden/src/Core/Models/Mail/OrganizationUserConfirmedViewModel.cs
2017-05-30 23:43:00 -04:00

8 lines
171 B
C#

namespace Bit.Core.Models.Mail
{
public class OrganizationUserConfirmedViewModel : BaseMailModel
{
public string OrganizationName { get; set; }
}
}