dropping GCM support

This commit is contained in:
Paul Schneider 2019-05-08 01:35:10 +01:00
commit df9ff16c5c
36 changed files with 6228 additions and 149 deletions

View file

@ -17,7 +17,6 @@ namespace Yavsc.Server.Models.EMailing
get;
set;
}
public DateTime DateModified
{
get;
@ -44,12 +43,24 @@ namespace Yavsc.Server.Models.EMailing
public virtual ApplicationUser Manager { get; set; }
public Periodicity ToSend { get; set; }
[Required]
public string ManagerId
{
get;
set;
}
[Required]
public string SuccessorId
{
get;
set;
}
[ForeignKey("SuccessorId")]
public virtual ApplicationUser Successor { get; set; }
public string UserCreated
{
get;