11 lines
238 B
C#
11 lines
238 B
C#
namespace LaaProduction.Personalization.Models
|
|
{
|
|
internal class SoftwareFunction
|
|
{
|
|
public short SoftwareId { get; set; }
|
|
|
|
public int FunctionId { get; set; }
|
|
|
|
public string Function { get; set; }
|
|
}
|
|
} |