TimeSeriesViewSettings
- Added time settings to tsview viewmodel
- Use FromPeriod and ToPeriod from TimeRuleSettings (where resolution = year)
- ITimeSeriesViewTimeRuleSettings returns ITimePeriod for the From and To properties. It is encapsulated in a Result<> because Messap Framework returns failures in some cases.
- Repository methods no longer need ConnectionModel. This is now implemented via RepositoryFactory
- The Mesap Framework (Core.SQL) uses its own service locator. The individual repositories can only be DI'ed from within the backend.