Files
dcnsanplanung/dcnsanplanung.bewertung/M149-3/BBG.cs

12 lines
210 B
C#

namespace dcnsanplanung.bewertung.M149_3
{
public class BBG : AbstractCode
{
public BBG() : base("Exfiltration")
{
throw new NotImplementedException();
}
}
}