Example #1
0
 public async Task <ActionResult <int> > CreateDatatable(int id)
 {
     return(await _service.CreateDataTable(id));
 }