refactor namespace

This commit is contained in:
FH 2022-02-24 11:40:19 +01:00
parent 011827e5c9
commit 1813aa2795
18 changed files with 45 additions and 38 deletions

View file

@ -19,12 +19,12 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.CvrModels
namespace FCS.Lib.Virk.CvrModels
{
/// <summary>
/// Class CvrCompany.

View file

@ -4,7 +4,7 @@
// Created : 01-01-2022
//
// Last Modified By : FH
// Last Modified On : 02-22-2022
// Last Modified On : 02-24-2022
// ***********************************************************************
// <copyright file="CvrState.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services.
@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.CvrModels
namespace FCS.Lib.Virk.CvrModels
{
/// <summary>
/// Class CvrStatus.

View file

@ -4,7 +4,7 @@
// Created : 01-01-2022
//
// Last Modified By : FH
// Last Modified On : 02-22-2022
// Last Modified On : 02-24-2022
// ***********************************************************************
// <copyright file="TimeFrame.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services.
@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.CvrModels
namespace FCS.Lib.Virk.CvrModels
{
/// <summary>
/// Class CvrPeriod.

View file

@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeInspection/CSharpLanguageProject/LanguageLevel/@EntryValue">CSharp90</s:String></wpf:ResourceDictionary>

View file

@ -19,14 +19,15 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
using FCS.Virk.CvrModels;
using FCS.Virk.VrModels;
namespace FCS.Virk
using FCS.Lib.Virk.CvrModels;
using FCS.Lib.Virk.VrModels;
namespace FCS.Lib.Virk
{
/// <summary>
/// Class VrCvrMapper.

View file

@ -19,14 +19,15 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
using System.Net.Http.Headers;
using System.Text;
namespace FCS.Virk
namespace FCS.Lib.Virk
{
/// <summary>
/// Class VrHttpRequest.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.VrModels
namespace FCS.Lib.Virk.VrModels
{
/// <summary>
/// Class NyesteBeliggenhedsadresse.

View file

@ -19,12 +19,12 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.VrModels
namespace FCS.Lib.Virk.VrModels
{
/// <summary>
/// Class NyesteNavn.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.VrModels
namespace FCS.Lib.Virk.VrModels
{
/// <summary>
/// Class Periode.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.VrModels
namespace FCS.Lib.Virk.VrModels
{
/// <summary>
/// Class VirksomhedMetadata.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.VrModels
namespace FCS.Lib.Virk.VrModels
{
/// <summary>
/// Class VirksomhedsStatus.

View file

@ -4,7 +4,7 @@
// Created : 02-21-2022
//
// Last Modified By : FH
// Last Modified On : 02-21-2022
// Last Modified On : 02-24-2022
// ***********************************************************************
// <copyright file="VrVirksomhed.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services.
@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk.VrModels
namespace FCS.Lib.Virk.VrModels
{
/// <summary>
/// Class VrVirksomhed.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk
namespace FCS.Lib.Virk
{
/// <summary>
/// Class VrQuery.

View file

@ -19,13 +19,14 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
using Newtonsoft.Json.Linq;
namespace FCS.Virk
namespace FCS.Lib.Virk
{
/// <summary>
/// Class VrQueryMapper.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
namespace FCS.Virk
namespace FCS.Lib.Virk
{
/// <summary>
/// Class VrQueryValidator.

View file

@ -19,15 +19,16 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
using FCS.Virk.VrModels;
using FCS.Lib.Virk.VrModels;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace FCS.Virk
namespace FCS.Lib.Virk
{
/// <summary>
/// Class VrResponseParser.

View file

@ -19,13 +19,14 @@
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
using System.Net;
namespace FCS.Virk
namespace FCS.Lib.Virk
{
/// <summary>
/// Class VrResponseView.