This commit is contained in:
Natlinux
2022-11-13 19:54:03 +01:00
parent ee8c687f5c
commit 4a47b178f4
30 changed files with 827 additions and 25 deletions

View File

@@ -16,5 +16,6 @@ namespace Apollon.EntityFramework.DTOs
public int SocietyNumber { get; set; }
public string Birthday { get; set; }
public string Country { get; set; }
public int Qualification { get; set; }
}
}

View File

@@ -18,5 +18,6 @@ namespace Apollon.EntityFramework.DTOs
public DateTime EndDate { get; set; }
public string Location { get; set; }
public int Rounds { get; set; }
public int Targets { get; set; }
}
}