Exemplo n.º 1
0
        public async Task <ActionResult <string> > GetGoogleMapsJs()
        {
            string script = await _googleService.GetCachedGoogleMapScript();

            return(await Task.FromResult(script));
        }