a Startup

This commit is contained in:
Paul Schneider 2023-03-20 21:48:32 +00:00
commit 4d74fc8d56
19 changed files with 90 additions and 107 deletions

View file

@ -4,6 +4,7 @@ using System.ComponentModel.DataAnnotations.Schema;
using Yavsc.Attributes.Validation;
using Yavsc.Models;
using Yavsc.Models.Calendar;
using Yavsc.Server.Models.Calendar;
namespace Yavsc.Server.Models.EMailing
{