Files
BeWoPlaner/BeWoPlanerMobil/Models/SchedulerModel.cs
Lyndon d1cd9401d7 .
2019-07-25 14:58:13 +02:00

13 lines
249 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using BS.Shared.DataContracts;
namespace BeWoPlanerMobil.Models
{
public class SchedulerModel
{
public EmployeeDC Employee { get; set; }
}
}