JelloScrum.Model.Entities.SprintStory.SprintStory C# (CSharp) Method

SprintStory() public method

Initializes a new instance of the SprintStory class.
public SprintStory ( ) : System
return System
        public SprintStory()
        {
        }

Same methods

SprintStory::SprintStory ( JelloScrum.Model.Entities.Sprint sprint, Story story, System.TimeSpan schatting ) : System
SprintStory