big commit

This commit is contained in:
2018-05-03 15:40:58 +02:00
parent 764016f0f0
commit 00bd2cc983
239 changed files with 2674 additions and 148 deletions

View File

@ -99,5 +99,7 @@ namespace Yavsc.Models
[JsonIgnore][InverseProperty("Owner")]
public virtual List<BlackListed> BlackList { get; set; }
public bool AllowMonthlyEmail { get; set; } = false;
}
}