Files
BeWoPlaner/ReportImp/AkggMid/Service/CustomEmployeeService.cs

18 lines
361 B
C#
Raw Normal View History

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
{
}
}