SchlauchlinerView wird angezeigt

This commit is contained in:
HuskyTeufel
2021-10-07 13:43:01 +02:00
parent cae9f38227
commit 3388891134
15 changed files with 120 additions and 42 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DaSaSo.ViewModel
{
public class SewerPipeLinerViewModel : BaseViewModel
{
}
}