Skip to content

Instantly share code, notes, and snippets.

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