namespace LaaProductionWeb.Services.Models.Software { using System; using System.Collections.Generic; public class UserFunctions { public short UserId { get; set; } public IEnumerable Functions { get; set; } } }