This commit is contained in:
@@ -325,9 +325,13 @@ namespace AyaNova.Biz
|
||||
return await GetReportData(idList);
|
||||
}
|
||||
|
||||
public Task ImportData(JArray ja)
|
||||
public async Task ImportData(JArray ja)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
foreach (JObject j in ja)
|
||||
{
|
||||
var w = j.ToObject<Widget>();
|
||||
await CreateAsync(w);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user