public async Task <APIResult> Gets() { var rs = await companyQueries.GetsAsync(); return(new APIResult() { Result = 0, Data = rs }); }