1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 02:03:46 +00:00

mail templates for RazorViewMailService

This commit is contained in:
Kyle Spearrin
2017-05-30 23:43:00 -04:00
parent 0ee863c1d0
commit 9f9150d47e
28 changed files with 661 additions and 150 deletions

View File

@@ -0,0 +1,8 @@
namespace Bit.Core.Models.Mail
{
public class OrganizationUserAcceptedViewModel : BaseMailModel
{
public string OrganizationName { get; set; }
public string UserEmail { get; set; }
}
}