using System.Collections.Generic; namespace ASC.Resource.Manager { public class EnabledSettings { public List Langs { get; set; } public List Projects { get; set; } } }