18 lines
361 B
C#
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
|
|
{
|
|
|
|
|
|
}
|
|
} |