Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created April 28, 2018 14:23
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/93d01fbb0492473c1378ee7d16445312 to your computer and use it in GitHub Desktop.
Save icebeam7/93d01fbb0492473c1378ee7d16445312 to your computer and use it in GitHub Desktop.
FaceLoginApp: Emocion.cs
namespace FaceLoginApp.Modelos
{
public class Emocion
{
public string Nombre { get; set; }
public float Score { get; set; }
public string Foto { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment