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