Added substitution date + default courses
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
namespace BetterIServ.Backend.Entities;
|
||||
|
||||
public struct UnitsData {
|
||||
public DateTime Date { get; set; }
|
||||
public IList<string> Notifications { get; set; }
|
||||
public IList<Substitution> Substitutions { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user