12 lines
210 B
C#
12 lines
210 B
C#
namespace dcnsanplanung.bewertung.M149_3
|
|
{
|
|
public class BBG : AbstractCode
|
|
{
|
|
public BBG() : base("Exfiltration")
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|
|
|
|
}
|