mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
8 lines
201 B
C#
8 lines
201 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class OrganizationSeatsMaxReachedViewModel : BaseMailModel
|
|
{
|
|
public int MaxSeatCount { get; set; }
|
|
public string VaultSubscriptionUrl { get; set; }
|
|
}
|