Files
BeWoPlaner/Service/Invoicing/IBPSettlementInvoiceCreation.cs

18 lines
398 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.Services;
namespace BeWo.Service.Invoicing
{
[IDSpecificClass(Identifiers = new string[] { "6884855402", "4011431596" })]
internal class IBPSettlementInvoiceCreation : LWLSettlementInvoiceCreation
{
}
}