renamed Frequency to Interval

This commit is contained in:
t.ruspekhofer 2022-03-13 17:46:38 +01:00
parent 6e4dce5b1f
commit c00f987f16
4 changed files with 21 additions and 9 deletions

View file

@ -16,7 +16,7 @@ namespace Lieb.Models.GuildWars2.Raid
public string TimeZone { get; set; } = String.Empty;
public int Frequency { get; set; }
public int Interval { get; set; }
public int CreateDaysBefore { get; set; }
}