Files
BeWoPlaner/Service/Invoicing/IBPSettlementInvoiceCreation.cs
2017-02-15 10:54:29 +01:00

19 lines
430 B
C#

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