Esempio n. 1
0
        public async Task <IActionResult> GetPlatformScreenColors()
        {
            var response = await repository.GetPlatformScreenColors();

            return(Ok(response));
        }