Initial commit
This commit is contained in:
commit
b09e151301
8 changed files with 4462 additions and 0 deletions
8
Pupils/Model.cs
Normal file
8
Pupils/Model.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Pupils;
|
||||
|
||||
public enum AgeType
|
||||
{
|
||||
VotingAge,
|
||||
FullAge,
|
||||
RetirementAge
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue