Moved relation to sprint from task to userstory
This commit is contained in:
		@@ -34,9 +34,6 @@ namespace ScrumTaskboard
 | 
			
		||||
        public int? assignedtoid { get; set; }
 | 
			
		||||
        public ScrumUser assignedto { get; set; }
 | 
			
		||||
 | 
			
		||||
        public int? sprintid { get; set; }
 | 
			
		||||
        public ScrumSprint sprint { get; set; }
 | 
			
		||||
 | 
			
		||||
        public int? projectid { get; set; }
 | 
			
		||||
        public ScrumProject project { get; set; }
 | 
			
		||||
 | 
			
		||||
@@ -64,6 +61,9 @@ namespace ScrumTaskboard
 | 
			
		||||
 | 
			
		||||
        public int? projectid { get; set; }
 | 
			
		||||
        public ScrumProject project { get; set; }
 | 
			
		||||
 | 
			
		||||
        public int? sprintid { get; set; }
 | 
			
		||||
        public ScrumSprint sprint { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public class ScrumCategory
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user