Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created April 12, 2018 14:53
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 icebeam7/ac910460f7b5b19474c99c14155a7421 to your computer and use it in GitHub Desktop.
Save icebeam7/ac910460f7b5b19474c99c14155a7421 to your computer and use it in GitHub Desktop.
SentimentalTweets: Tweet.cs
namespace SentimentalTweets.Modelos
{
public class Tweet
{
public string Mensaje { get; set; }
public string Idioma { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment