mirror of
https://github.com/bitwarden/server.git
synced 2026-02-08 09:53:14 +08:00
8 lines
157 B
C#
8 lines
157 B
C#
|
|
namespace Bit.Core.Models.Mail
|
|||
|
|
{
|
|||
|
|
public class EmergencyAccessRejectedViewModel : BaseMailModel
|
|||
|
|
{
|
|||
|
|
public string Name { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|