mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
7 lines
153 B
C#
7 lines
153 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class OrganizationUserConfirmedViewModel : BaseMailModel
|
|
{
|
|
public string OrganizationName { get; set; }
|
|
}
|