namespace comal.timesheets { public interface IAssignmentPage { AssignmentEditDataModel DataModel { get; } } }