Reworked login system + added substitution page
This commit is contained in:
12
BetterIServ.Backend/Entities/Substitution.cs
Normal file
12
BetterIServ.Backend/Entities/Substitution.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace BetterIServ.Backend.Entities;
|
||||
|
||||
public struct Substitution {
|
||||
public string Class { get; set; }
|
||||
public int[] Times { get; set; }
|
||||
public string Type { get; set; }
|
||||
public string Representative { get; set; }
|
||||
public string Lesson { get; set; }
|
||||
public string Room { get; set; }
|
||||
public string Teacher { get; set; }
|
||||
public string Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user