using System.Collections.Generic; using Pilotfish.Afx.Admin.Security; using Pilotfish.Afx.Admin.Wf; namespace Neo.Legitimate.UserConsole.Models { public class BuddiesModel : BaseUserModel { public List Buddies { get; set; } public IEnumerable Workflows { get; set; } public List Users { get; set; } } }