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