1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 09:13:19 +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,7 @@
namespace Bit.Core.Models.Mail
{
public class OrganizationUserConfirmedViewModel : BaseMailModel
{
public string OrganizationName { get; set; }
}
}