10 lines
194 B
C#
10 lines
194 B
C#
namespace LaaProduction.Personalization.Models
|
|
{
|
|
internal class EmployeeFunction
|
|
{
|
|
public short EmployeeId { get; set; }
|
|
|
|
public string Function { get; set; }
|
|
}
|
|
}
|