This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user