Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 14, 2020 09:33
Embed
What would you like to do?
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