public async Task <IHttpActionResult> get(int pageNum, int pageSize) { return(Ok(await shortCutService.GetAllAsync(pageNum, pageSize))); }