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