Skip to content

Instantly share code, notes, and snippets.

@snmslavk
Created January 23, 2018 17:10
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 snmslavk/531b17934df871f03ec201bfae5c45d8 to your computer and use it in GitHub Desktop.
Save snmslavk/531b17934df871f03ec201bfae5c45d8 to your computer and use it in GitHub Desktop.
using System.Collections.Generic;
namespace DigitalFuture.Intranet.Models.Analytics
{
public class Data
{
public Localization localization { get; set; }
public List<Content> content { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment