This commit is contained in:
2020-10-30 19:22:31 +00:00
parent 6c87ae8151
commit 30e30a2cbe
2 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ namespace AyaNova.Biz
//
//put
internal async Task<bool> PutAsync(DashboardView dbObject, DashboardView inObj)
internal async Task<bool> PutAsync(DashboardView dbObject, string theView)
{
//always only current user id
inObj.UserId = UserId;