Esempio n. 1
0
        public async Task <APIResult> GetAll()
        {
            var rs = await companyQueries.GetAllAsync();

            return(new APIResult()
            {
                Result = 0,
                Data = rs
            });
        }