using System.Collections.Generic; using Neo.Legitimate.Data.Models; using Pilotfish.Afx.Admin.Security; namespace Neo.Legitimate.Admin.Models { public class DefaultModel { public IEnumerable Users { get; set; } } }