ScrumTime.Foundation.DataAccessLayer.ScrumTimeContext.StoryPoints C# (CSharp) Method

StoryPoints() public method

public StoryPoints ( ) : MongoCollection
return MongoCollection
        public MongoCollection<StoryPoint> StoryPoints()
        {
            return Database.GetCollection<StoryPoint>("StoryPoints");
        }