Namespace fix (#335)
This commit is contained in:
		| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IAliasRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IFileRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IFolderRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IJobLogRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IJobRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface ILogRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IModuleDefinitionRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IModuleRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface INotificationRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IPageModuleRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IPageRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IPermissionRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IProfileRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IRoleRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface ISettingRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface ISiteRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface ISiteTemplateRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Data.SqlClient; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface ISqlRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface ITenantRepository | ||||
|     { | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface ITenantResolver | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IThemeRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IUserRepository | ||||
|     { | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using Oqtane.Models; | ||||
|  | ||||
| namespace Oqtane.Repository | ||||
| namespace Oqtane.Repository.Interfaces | ||||
| { | ||||
|     public interface IUserRoleRepository | ||||
|     { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Pavel Veselý
					Pavel Veselý