2016-06-27 01:45:38 +02:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using BeWo.Data.Entities;
|
|
|
|
|
|
using BS.Shared;
|
|
|
|
|
|
using BS.Shared.Core;
|
|
|
|
|
|
using BS.Shared.DataContracts;
|
|
|
|
|
|
using BS.Shared.Services;
|
|
|
|
|
|
|
|
|
|
|
|
namespace BeWo.Service.Invoicing
|
|
|
|
|
|
{
|
2017-02-15 10:54:29 +01:00
|
|
|
|
[IDSpecificClass(Identifiers = new string[] { "6884855402", "4011431596" })]
|
2016-06-27 01:45:38 +02:00
|
|
|
|
internal class IBPSettlementInvoiceCreation : LWLSettlementInvoiceCreation
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|