Skip to content

Instantly share code, notes, and snippets.

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