Files
BeWoPlaner/ReportImp/VkmAachenSbd/Service/CustomCustomerService.cs
Christian a896a7bfec cb
2019-09-17 17:44:57 +02:00

18 lines
439 B
C#

using System.Collections.Generic;
using BeWo.Data;
using BeWo.Data.Entities;
using BeWo.Service.Plugins;
using BS.Shared;
using BS.Shared.DataContracts;
using BS.Shared.DataContracts.Compact;
namespace VkmAachenSbd.Service
{
//public class CustomCustomerService : CustomerService
//{
// public override long InsertNewCustomer(CustomerDC pCustomerDc)
// {
// return base.InsertNewCustomer(pCustomerDc);
// }
//}
}