Files
BeWoPlaner/Data/Entities/Employee2AddServiceBooking.cs
2016-06-27 01:45:38 +02:00

17 lines
292 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BeWo.Data.Entities
{
public class Employee2AddServiceBooking
{
public virtual long? Oid { get; set; }
public virtual long EmployeeOid { get; set; }
}
}