Exemplo n.º 1
0
        public async Task <ActionResult> MobileData()
        {
            var service = new MobileService();
            var result  = await service.MobileData();

            return(Ok(result));
        }