namespace LaaProduction.Services.Models.Software { using System; using System.Collections.Generic; public class FunctionUsers { public Int32 FunctionId { get; set; } public IEnumerable Users { get; set; } } }