-
-
Save icebeam7/2359ef63da24d62e6693f6d0fcbe163a to your computer and use it in GitHub Desktop.
Models/Analisis.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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