Cards: Toolbox and card creation

This commit is contained in:
2015-06-19 07:26:02 +02:00
parent 0137680d58
commit 8cee8412b4
5 changed files with 229 additions and 10 deletions

View File

@@ -9,5 +9,6 @@ namespace Scrummer.Code.Entities
{
public bool IsOK { get; set; }
public string Message { get; set; }
public string ReturnValue { get; set; }
}
}