using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OpenAuth.App.ModuleManager.Response { public class ModulesWithElements { public List ModuleIds { get; set; } public List ElementIds { get; set; } } }