mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
reference event changes and cleanup (#823)
This commit is contained in:
@ -34,6 +34,8 @@ namespace Bit.Core.Models.Business
|
||||
|
||||
public DateTime EventDate { get; set; } = DateTime.UtcNow;
|
||||
|
||||
public int? Users { get; set; }
|
||||
|
||||
public bool? EndOfPeriod { get; set; }
|
||||
|
||||
public string PlanName { get; set; }
|
||||
|
Reference in New Issue
Block a user