Namespace fix (#335)

This commit is contained in:
Pavel Veselý
2020-04-03 23:18:33 +02:00
committed by GitHub
parent 6fa2a38f36
commit 71bd3a8d6a
223 changed files with 338 additions and 153 deletions

View File

@ -1,9 +1,9 @@
using Oqtane.Models;
using System;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IAliasService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IFileService
{

View File

@ -1,9 +1,9 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IFolderService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Threading.Tasks;
using System.Threading.Tasks;
using Oqtane.Models;
using Oqtane.Shared;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IInstallationService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IJobLogService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IJobService
{

View File

@ -1,11 +1,11 @@
using Oqtane.Models;
using Oqtane.Shared;
using System;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Enums;
using Oqtane.Models;
using Oqtane.Shared;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface ILogService
{

View File

@ -1,9 +1,9 @@
using Oqtane.Models;
using Oqtane.UI;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
using Oqtane.UI;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IModuleDefinitionService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IModuleService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface INotificationService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IPackageService
{

View File

@ -1,7 +1,7 @@
using Oqtane.Models;
using System.Threading.Tasks;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IPageModuleService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IPageService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IProfileService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IRoleService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface ISettingService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface ISiteService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface ISiteTemplateService
{

View File

@ -1,7 +1,7 @@
using Oqtane.Models;
using System.Threading.Tasks;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface ISqlService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface ITenantService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IThemeService
{

View File

@ -1,8 +1,8 @@
using Oqtane.Models;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IUserRoleService
{

View File

@ -1,7 +1,7 @@
using Oqtane.Models;
using System.Threading.Tasks;
using System.Threading.Tasks;
using Oqtane.Models;
namespace Oqtane.Services
namespace Oqtane.Services.Interfaces
{
public interface IUserService
{