20 lines
406 B
C#
20 lines
406 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using BS.Shared;
|
|||
|
|
using BS.Shared.Core;
|
|||
|
|
using BS.Shared.Extensions;
|
|||
|
|
using BS.Shared.Services;
|
|||
|
|
using BeWo.Data.Access;
|
|||
|
|
using BeWo.Data.Entities;
|
|||
|
|
|
|||
|
|
namespace BeWo.Service.Invoicing
|
|||
|
|
{
|
|||
|
|
[IDSpecificClass(Identifier = "LVR")]
|
|||
|
|
public class LVRInvoiceCreation : InvoiceCreation
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|