Client wird gespeichert mittels interface
This commit is contained in:
18
DaSaSo.ViewModel/Interface/IActualProject.cs
Normal file
18
DaSaSo.ViewModel/Interface/IActualProject.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using DaSaSo.Domain.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DaSaSo.ViewModel.Interface
|
||||
{
|
||||
public interface IActualProject
|
||||
{
|
||||
Client AktuellClient { get; }
|
||||
Project AktuellProjekt { get; }
|
||||
Buildingsite AktuellBaustelle { get; }
|
||||
|
||||
void SetClient(Client client);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user