using System; using System.Collections.Generic; using System.Text; namespace Manager.Interfaces.DTO { public class AgendaDTO { public List resourceIds { get; set; } // All json files for all languages } }