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