Liner Prefix und Suffix hinzugefügt

This commit is contained in:
HuskyTeufel
2020-09-01 14:49:05 +02:00
parent 7defa11975
commit 1c4f8dc9b0
3 changed files with 12 additions and 2 deletions

View File

@@ -3,5 +3,7 @@
public interface IProjekt
{
IAuftraggeber Auftraggeber { get; set; }
string SanierungsIDPrefix { get; set; }
string SanierungsIDSuffix { get; set; }
}
}