mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 15:13:19 +08:00
7 lines
172 B
C#
7 lines
172 B
C#
|
|
namespace Bit.Core.Models.Mail;
|
|||
|
|
|
|||
|
|
public class ClaimedDomainUserNotificationViewModel : BaseTitleContactUsMailModel
|
|||
|
|
{
|
|||
|
|
public string OrganizationName { get; init; }
|
|||
|
|
}
|