public EditCompleteByDateViewModel( EditCompleteByDateFormData formData, int progressId, DelegateProgressAccessRoute accessedVia ) : base(formData) { ProgressId = progressId; AccessedVia = accessedVia; }
protected EditCompleteByDateFormData(EditCompleteByDateFormData formData) { Day = formData.Day; Month = formData.Month; Year = formData.Year; DelegateId = formData.DelegateId; CourseName = formData.CourseName; CustomisationId = formData.CustomisationId; DelegateName = formData.DelegateName; }