ProjektList angefangen
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using System;
|
||||
using KanSan.Base;
|
||||
using KanSan.Base.Interfaces;
|
||||
using KanSan.Base.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
@@ -6,5 +9,16 @@ namespace KanSan.ViewModel
|
||||
{
|
||||
public class ProjektListViewModel
|
||||
{
|
||||
IUnitOfWork unitOfWork = new UnitOfWork(new KanSanContext());
|
||||
|
||||
public void SelectProjekt()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public Projekt NeueProjekt()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user