...
This commit is contained in:
@@ -31,6 +31,9 @@ namespace Back.Controllers
|
||||
return NotFound();
|
||||
return Ok(result);
|
||||
}
|
||||
[HttpGet("LastQuestion")]
|
||||
public async Task<ActionResult<PagingDto<QuestionDto>>> LastQuestion(int PageIndex, int PageSize)
|
||||
=> Ok(await _sBase.GetQuestion(PageIndex, PageSize));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user