/// <summary> /// Get the start date and end date for the upload. /// </summary> public void GetStartDateAndEndDate() { UploadDao UploadDao = new UploadDao(); this.startDate = UploadDao.GetPMTUploadStartDate(uploadType, assetGroupType); this.endDate = UploadDao.GetPMTUploadEndDate(uploadType, assetGroupType); }