Ejemplo n.º 1
0
        public async Task <IActionResult> GetAllRandomSongs()
        {
            var songs = await _songRepository.GetActualRandomSongs();

            return(Json(songs));
        }