Fotodokumentation hinzugefügt

This commit is contained in:
HuskyTeufel
2021-11-29 10:34:29 +01:00
parent acc577eb32
commit bb2d7be54e
5 changed files with 27 additions and 4 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 SewerPictureDocumentationViewModel : BaseViewModel
{
}
}