mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 04:22:42 +00:00
euh
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Globals.classes
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return this.name + " " + this.lastname;
|
||||
return this.Id + ": " +this.name + " " + this.lastname;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user