mirror of
https://github.com/bitwarden/server.git
synced 2025-04-24 22:32:22 -05:00
8 lines
171 B
C#
8 lines
171 B
C#
namespace Bit.Core.Models.Mail
|
|
{
|
|
public class OrganizationUserConfirmedViewModel : BaseMailModel
|
|
{
|
|
public string OrganizationName { get; set; }
|
|
}
|
|
}
|