ScrumTime.Foundation.DataAccessLayer.ScrumTimeContext.StoryPoints C# (CSharp) 메소드

StoryPoints() 공개 메소드

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