1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-24 22:32:22 -05:00
bitwarden/src/Core/Models/Mail/ChangeEmailExistsViewModel.cs
2022-08-29 16:06:55 -04:00

8 lines
178 B
C#

namespace Bit.Core.Models.Mail;
public class ChangeEmailExistsViewModel : BaseMailModel
{
public string FromEmail { get; set; }
public string ToEmail { get; set; }
}