Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 14, 2020 09:33
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/2359ef63da24d62e6693f6d0fcbe163a to your computer and use it in GitHub Desktop.
Save icebeam7/2359ef63da24d62e6693f6d0fcbe163a to your computer and use it in GitHub Desktop.
Models/Analisis.cs
using Microsoft.Azure.Cosmos.Table;
namespace ICTalkMobileApp.Models
{
public class Analisis : TableEntity
{
public string Nombre { get; set; }
public string Descripcion { get; set; }
public string Tags { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment