mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 15:45:19 +08:00
7 lines
139 B
C#
7 lines
139 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class EmergencyAccessRejectedViewModel : BaseMailModel
|
|
{
|
|
public string Name { get; set; }
|
|
}
|