Files
BeWoPlaner/Shared/Services/LVRCalculations.cs
2016-06-27 01:45:38 +02:00

15 lines
270 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BS.Shared.Core;
namespace BS.Shared.Services
{
[IDSpecificClass(Identifier = "LVR")]
public class LVRCalculations : Calculations
{
}
}