using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Bit.Core.Models.Mail { public class BaseMailModel { public string SiteName { get; set; } public string WebVaultUrl { get; set; } } }