Skip to content

Commit d8354fa

Browse files
authored
Merge pull request #203 from TechnologyEnhancedLearning/RC-14-03-2024-S2
Rc 14 03 2024 s2
2 parents 2b533ff + 2f51466 commit d8354fa

File tree

1,185 files changed

+1220
-5901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,185 files changed

+1220
-5901
lines changed

AdminUI/LearningHub.Nhs.AdminUI/Configuration/FileUploadSettingsModel.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="FileUploadSettingsModel.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Configuration
1+
namespace LearningHub.Nhs.AdminUI.Configuration
62
{
73
/// <summary>
84
/// Defines the <see cref="FileUploadSettingsModel" />.

AdminUI/LearningHub.Nhs.AdminUI/Configuration/WebSettings.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="WebSettings.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Configuration
1+
namespace LearningHub.Nhs.AdminUI.Configuration
62
{
73
using System;
84

AdminUI/LearningHub.Nhs.AdminUI/Controllers/AuthorisationController.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="AuthorisationController.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Controllers
1+
namespace LearningHub.Nhs.AdminUI.Controllers
62
{
73
using Microsoft.AspNetCore.Mvc;
84

AdminUI/LearningHub.Nhs.AdminUI/Controllers/BaseController.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="BaseController.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Controllers
1+
namespace LearningHub.Nhs.AdminUI.Controllers
62
{
73
using Microsoft.AspNetCore.Authorization;
84
using Microsoft.AspNetCore.Hosting;

AdminUI/LearningHub.Nhs.AdminUI/Controllers/CacheController.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="CacheController.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Controllers
1+
namespace LearningHub.Nhs.AdminUI.Controllers
62
{
73
using System.Threading.Tasks;
84
using LearningHub.Nhs.AdminUI.Interfaces;

AdminUI/LearningHub.Nhs.AdminUI/Controllers/CatalogueController.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="CatalogueController.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Controllers
1+
namespace LearningHub.Nhs.AdminUI.Controllers
62
{
73
using System;
84
using System.Collections.Generic;

AdminUI/LearningHub.Nhs.AdminUI/Controllers/CmsController.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="CmsController.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Controllers
1+
namespace LearningHub.Nhs.AdminUI.Controllers
62
{
73
using System.Threading.Tasks;
84
using Microsoft.AspNetCore.Hosting;

AdminUI/LearningHub.Nhs.AdminUI/Controllers/ExternalSystemController.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="ExternalSystemController.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Controllers
1+
namespace LearningHub.Nhs.AdminUI.Controllers
62
{
73
using System;
84
using System.Linq;

AdminUI/LearningHub.Nhs.AdminUI/Controllers/FileController.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// <copyright file="FileController.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
5-
namespace LearningHub.Nhs.AdminUI.Controllers
1+
namespace LearningHub.Nhs.AdminUI.Controllers
62
{
73
using System.Threading.Tasks;
84
using LearningHub.Nhs.AdminUI.Interfaces;

AdminUI/LearningHub.Nhs.AdminUI/Controllers/HomeController.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// <copyright file="HomeController.cs" company="HEE.nhs.uk">
2-
// Copyright (c) HEE.nhs.uk.
3-
// </copyright>
4-
51
namespace LearningHub.Nhs.AdminUI.Controllers
62
{
73
using System;

0 commit comments

Comments
 (0)