public ExcelEnterpriseIndexEnumerator(FinancialForecastingContext context) { _context = context; }
public MigrationService(FinancialForecastingContext context) { _context = context; _listener = OperationContext.Current.GetCallbackChannel <INotifyMigrationProgress>(); }