Instructor Form zum Laufen gebracht
This commit is contained in:
		@@ -8,7 +8,10 @@ type Person struct {
 | 
			
		||||
	LastName  string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Instructor Person
 | 
			
		||||
type Instructor struct {
 | 
			
		||||
	Person
 | 
			
		||||
	PersonnelID int
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type Participant struct {
 | 
			
		||||
	Person
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user