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

Story() protected method

Initializes a new instance of the Story class.
protected Story ( ) : System
return System
        protected Story()
        {
        }

Same methods

Story::Story ( Project project, Interfaces.User createdBy, Impact impact, StoryType storyType ) : System