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

12 lines
240 B
C#

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