mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 23:23:15 +08:00
8 lines
178 B
C#
8 lines
178 B
C#
namespace Bit.Core.Models.Mail;
|
|
|
|
public class AdminResetPasswordViewModel : BaseMailModel
|
|
{
|
|
public string UserName { get; set; }
|
|
public string OrgName { get; set; }
|
|
}
|