public async Task <APIResult> GetsFull() { return(new APIResult() { Result = 0, Data = await productQueries.GetsFull() }); }