Merge branch 'feature/tasks-controller' into feature/userstory-controller
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user