Skip to content

Instantly share code, notes, and snippets.

@jonihietala
Created October 22, 2017 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonihietala/535a5fb7682383a502fb8d11dec91eef to your computer and use it in GitHub Desktop.
Save jonihietala/535a5fb7682383a502fb8d11dec91eef to your computer and use it in GitHub Desktop.
public class CarouselViewModel
{
public List<ICarouselContent> Items { get; set; }
public CarouselBlock CurrentBlock { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment