Reworked login system + added substitution page
This commit is contained in:
6
BetterIServ.Backend/Entities/UnitsData.cs
Normal file
6
BetterIServ.Backend/Entities/UnitsData.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace BetterIServ.Backend.Entities;
|
||||
|
||||
public struct UnitsData {
|
||||
public IList<string> Notifications { get; set; }
|
||||
public IList<Substitution> Substitutions { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user