exos-polymorphism/TicketSystem/Tickets/Student.cs
2023-07-01 16:59:32 +02:00

7 lines
83 B
C#

namespace TicketSystem.Tickets
{
public class Student
{
}
}