using System; using System.Collections.Generic; namespace api.Models { public class Event { public int Id{get;set;} //id public String Nome{get;set;} //nome public String Desc{get;set;} //descrição } }