Merge branch 'feature/tasks-controller' into feature/userstory-controller

This commit is contained in:
Niggl1999
2020-06-04 08:43:11 +02:00
2 changed files with 5 additions and 12 deletions

View File

@@ -21,18 +21,11 @@ namespace ScrumTaskboard
public class ScrumTask
{
public int id { get; set; }
public string title { get; set; }
public string content { get; set; }
public int status { get; set; }
public int category { get; set; }
public int assignedto { get; set; }
public int sprint { get; set; }
public int project { get; set; }
public int userstory { get; set; }