7fa3c4888a78151fb267af568a17199336d4da5a
Updated the namespace in `IRepository.cs` and `Repository.cs` from `DigitalData.MessagingService.Application.Common.Interfaces` to `DigitalData.MessagingService.Application.Common.Interfaces.Repositories`. This change improves code organization by grouping repository-related interfaces and classes under a dedicated `Repositories` namespace. Updated `using` directives accordingly to reflect the new structure.
DigitalData.MessagingService
Description
Languages
C#
100%