Files
laatzen/LaaProductionWeb/LaaProductionWeb.Services/Models/Software/SoftwareOverview.cs
T

14 lines
275 B
C#

namespace LaaProductionWeb.Services.Models.Software
{
public class SoftwareOverview
{
public short AppId { get; set; }
public string Name { get; set; }
public int Versions { get; set; }
public int Functions { get; set; }
}
}