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 { [IDSpecificClass(Identifiers = new string[] { "6884855402", "4011431596" })] internal class IBPSettlementInvoiceCreation : LWLSettlementInvoiceCreation { } }