updated namespaces, improved page management,
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
			
		||||
using System;
 | 
			
		||||
using System.Threading.Tasks;
 | 
			
		||||
 | 
			
		||||
namespace Oqtane.Client.Modules.Weather.Services
 | 
			
		||||
namespace Oqtane.Modules.Weather.Services
 | 
			
		||||
{
 | 
			
		||||
    public interface IWeatherForecastService
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ using System;
 | 
			
		||||
using System.Linq;
 | 
			
		||||
using System.Threading.Tasks;
 | 
			
		||||
 | 
			
		||||
namespace Oqtane.Client.Modules.Weather.Services
 | 
			
		||||
namespace Oqtane.Modules.Weather.Services
 | 
			
		||||
{
 | 
			
		||||
    public class WeatherForecastService : IWeatherForecastService
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user