Namespace fix (#335)
This commit is contained in:
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user