C# 클래스 JelloScrum.QueryObjects.StoriesNotInSprintQuery

Query stories not in the given sprint.
파일 보기 프로젝트 열기: auxilium/JelloScrum

공개 메소드들

메소드 설명
GetQuery ( ISession session, Sprint sprint ) : ICriteria

Query all stories not in the given sprint.

메소드 상세

GetQuery() 공개 메소드

Query all stories not in the given sprint.
public GetQuery ( ISession session, Sprint sprint ) : ICriteria
session ISession The session.
sprint Sprint The sprint.
리턴 ICriteria