Exemple #1
0
 public async Task <IActionResult> GetList([FromBody] PagingRequestModel model)
 {
     return(await MakeActionCallAsync(async() => await _service.GetList(model)));
 }