Added a getting started project for WolverineFx.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace WolverineTutorial;
|
||||
|
||||
public class IssueRepository
|
||||
{
|
||||
public void Store(Issue issue)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Issue Get(Guid createdId)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user