migrated to work with new iserv and units versions
This commit is contained in:
12
BetterIServ.Backend/Entities/UnitsCollumns.cs
Normal file
12
BetterIServ.Backend/Entities/UnitsCollumns.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace BetterIServ.Backend.Entities;
|
||||
|
||||
public sealed class UnitsCollumns {
|
||||
public int Classes { get; set; }
|
||||
public int Times { get; set; }
|
||||
public int Repre { get; set; }
|
||||
public int Teacher { get; set; }
|
||||
public int Lesson { get; set; }
|
||||
public int Room { get; set; }
|
||||
public int Type { get; set; }
|
||||
public int Desc { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user