Update DisplayName property.

This commit is contained in:
kougyokugentou 2021-01-14 21:36:40 -08:00
parent b7697a01f8
commit 2c3dd23422

View File

@ -22,7 +22,7 @@ namespace GreatHomeChildcare.Models
public string DisplayName
{
get =>
$"{LastName}, {FirstName} - Child ID: {id}";
$"{LastName}, {FirstName}";
}
}
}