Namespace Fix undo (#340)

This commit is contained in:
Pavel Veselý
2020-04-04 20:06:24 +02:00
committed by GitHub
parent a650f3847d
commit 5af6f7a52d
222 changed files with 150 additions and 335 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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