AuftraggeberListview intial
This commit is contained in:
17
StammGenerator/Commands/AuftraggeberAddCommand.cs
Normal file
17
StammGenerator/Commands/AuftraggeberAddCommand.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using StammGenerator.Interface;
|
||||
using StammGenerator.ViewModel;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StammGenerator.Commands
|
||||
{
|
||||
internal class AuftraggeberAddCommand: AsyncCommandBase
|
||||
{
|
||||
private readonly IActualState actualState;
|
||||
private readonly IRenavigator renavigator;
|
||||
|
||||
public override Task ExecuteAsync(object? parameter)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user