Files
BeWoPlaner/ReportImp/AkggMid/Service/CustomEmployeeService.cs
2024-05-24 11:40:53 +02:00

18 lines
361 B
C#

using System.Collections.Generic;
using BeWo.Data;
using BeWo.Data.Access;
using BeWo.Data.Entities;
using BeWo.Service.DCEntityMapper;
using BeWo.Service.Plugins;
using BS.Shared;
using BS.Shared.DataContracts.Compact;
using DevExpress.Data.Browsing;
namespace AkggMid.Service
{
public class CustomEmployeeService : EmployeeService
{
}
}