namespace LaaProduction.Services.Models.Software { using System; public class SoftwareFunction { public Int32 Id { get; set; } public Int16 AppId { get; set; } public String Function { get; set; } } }