13 lines
249 B
C#
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; }
|
|
}
|
|
} |