Archived
Private
Public Access
1
0

migrated to work with new iserv and units versions

This commit is contained in:
2023-08-31 15:17:28 +02:00
parent aba84e41ec
commit 969f6a4e8e
5 changed files with 63 additions and 14 deletions

View 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; }
}