Ejemplo n.º 1
0
        public async Task <IEnumerable <Studio> > GetStudiosAsync()
        {
            var studios = await _studios.FindStudiosAsync();

            return(_mapper.Map <IEnumerable <Studio> >(studios));
        }