Closed fcatae closed 7 years ago
The same applies to public List<AppointmentViewModel> GetAllAppointments(string user)
It also happens at public AppointmentViewModel GetAppointmentByID(Guid id)
It does not return UserName, but it returns UniqueName.
Workaround: lookup username by UniqueName.
Closing as won't fix. Reason: it requires an additional join to retrieve the username. However, this information is not important and it is quite expensive (in terms of network bandwidth). There is no demand to justify it.
It returns the user unique name, but not the user name.