示例#1
0
 public async Task<ActionResult> EditExt(ComponentExt[] records)
 {
     ViewBag.ServiceName = "ComponentService.EditExtendedAsync";
     await componentService.EditExtendedAsync(records).ConfigureAwait(false);
     return DbJson(new { Success = "True" });
 }