using ManagerService.DTOs; using System.Collections.Generic; namespace Manager.DTOs { public class MenuDTO : SectionDTO { //public string Title { get; set; } // Dictionary with all languages public List sections { get; set; } } }