winforms users crud
This commit is contained in:
@@ -45,5 +45,9 @@ namespace StudentHouseDashboard.Models
|
||||
get => role;
|
||||
set => role = value;
|
||||
}
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{ID}: {Name} ({Role})";
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user