ScrumTime.Foundation.DataAccessLayer.ScrumTimeContext.StoryPoints C# (CSharp) Méthode

StoryPoints() public méthode

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