using System.Collections.Generic; namespace Pinwheel.SCM { public class ScmAwardContext : AwardContext { public int? ChangesetID { get; set; } public IEnumerable WorkItemIDs { get; set; } public IScmServer Server { get; set; } } }