File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
RealTimeWeatherMonitoringApp/Infrastructure Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11using System . Text . Json ;
2- using RealTimeWeatherMonitoringApp . Infrastructure . Interfaces ;
2+ using RealTimeWeatherMonitoringApp . Infrastructure . Configuration ;
3+ using RealTimeWeatherMonitoringApp . Infrastructure . Interfaces . Factory ;
34
4- namespace RealTimeWeatherMonitoringApp . Infrastructure . Configuration ;
5+ namespace RealTimeWeatherMonitoringApp . Infrastructure . Factory ;
56
67public class ConfigurationFactory : IConfigurationFactory
78{
Original file line number Diff line number Diff line change 11using RealTimeWeatherMonitoringApp . Infrastructure . Configuration ;
22
3- namespace RealTimeWeatherMonitoringApp . Infrastructure . Interfaces ;
3+ namespace RealTimeWeatherMonitoringApp . Infrastructure . Interfaces . Factory ;
44
55public interface IConfigurationFactory
66{
You can’t perform that action at this time.
0 commit comments