add implementation of the UserInformation property to populate it with the deftails for the given User
#46
This commit is contained in:
parent
0c88194db4
commit
49235288d7
@ -205,6 +205,7 @@ namespace SQLiteRepository
|
|||||||
_logger.Error(ex, "Error in GetUserContracterHours with Id: {0} and selected date: {1}, Exception: {2}", userId, selectedDate, ex);
|
_logger.Error(ex, "Error in GetUserContracterHours with Id: {0} and selected date: {1}, Exception: {2}", userId, selectedDate, ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ret.UserInformation = GetUser(userId);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user