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. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.CvrModels namespace FCS.Lib.Virk.CvrModels
{ {
/// <summary> /// <summary>
/// Class CvrCompany. /// Class CvrCompany.

View file

@ -4,7 +4,7 @@
// Created : 01-01-2022 // Created : 01-01-2022
// //
// Last Modified By : FH // Last Modified By : FH
// Last Modified On : 02-22-2022 // Last Modified On : 02-24-2022
// *********************************************************************** // ***********************************************************************
// <copyright file="CvrState.cs" company="FCS"> // <copyright file="CvrState.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services. // Copyright (C) 2022 FCS Frede's Computer Services.
@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.CvrModels namespace FCS.Lib.Virk.CvrModels
{ {
/// <summary> /// <summary>
/// Class CvrStatus. /// Class CvrStatus.

View file

@ -4,7 +4,7 @@
// Created : 01-01-2022 // Created : 01-01-2022
// //
// Last Modified By : FH // Last Modified By : FH
// Last Modified On : 02-22-2022 // Last Modified On : 02-24-2022
// *********************************************************************** // ***********************************************************************
// <copyright file="TimeFrame.cs" company="FCS"> // <copyright file="TimeFrame.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services. // Copyright (C) 2022 FCS Frede's Computer Services.
@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.CvrModels namespace FCS.Lib.Virk.CvrModels
{ {
/// <summary> /// <summary>
/// Class CvrPeriod. /// 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. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <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> /// <summary>
/// Class VrCvrMapper. /// Class VrCvrMapper.

View file

@ -19,14 +19,15 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
using System.Net.Http.Headers; using System.Net.Http.Headers;
using System.Text; using System.Text;
namespace FCS.Virk namespace FCS.Lib.Virk
{ {
/// <summary> /// <summary>
/// Class VrHttpRequest. /// Class VrHttpRequest.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.VrModels namespace FCS.Lib.Virk.VrModels
{ {
/// <summary> /// <summary>
/// Class NyesteBeliggenhedsadresse. /// Class NyesteBeliggenhedsadresse.

View file

@ -19,12 +19,12 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.VrModels namespace FCS.Lib.Virk.VrModels
{ {
/// <summary> /// <summary>
/// Class NyesteNavn. /// Class NyesteNavn.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.VrModels namespace FCS.Lib.Virk.VrModels
{ {
/// <summary> /// <summary>
/// Class Periode. /// Class Periode.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.VrModels namespace FCS.Lib.Virk.VrModels
{ {
/// <summary> /// <summary>
/// Class VirksomhedMetadata. /// Class VirksomhedMetadata.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.VrModels namespace FCS.Lib.Virk.VrModels
{ {
/// <summary> /// <summary>
/// Class VirksomhedsStatus. /// Class VirksomhedsStatus.

View file

@ -4,7 +4,7 @@
// Created : 02-21-2022 // Created : 02-21-2022
// //
// Last Modified By : FH // Last Modified By : FH
// Last Modified On : 02-21-2022 // Last Modified On : 02-24-2022
// *********************************************************************** // ***********************************************************************
// <copyright file="VrVirksomhed.cs" company="FCS"> // <copyright file="VrVirksomhed.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services. // Copyright (C) 2022 FCS Frede's Computer Services.
@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk.VrModels namespace FCS.Lib.Virk.VrModels
{ {
/// <summary> /// <summary>
/// Class VrVirksomhed. /// Class VrVirksomhed.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk namespace FCS.Lib.Virk
{ {
/// <summary> /// <summary>
/// Class VrQuery. /// Class VrQuery.

View file

@ -19,13 +19,14 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
namespace FCS.Virk namespace FCS.Lib.Virk
{ {
/// <summary> /// <summary>
/// Class VrQueryMapper. /// Class VrQueryMapper.

View file

@ -19,11 +19,11 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Virk namespace FCS.Lib.Virk
{ {
/// <summary> /// <summary>
/// Class VrQueryValidator. /// Class VrQueryValidator.

View file

@ -19,15 +19,16 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
using FCS.Virk.VrModels;
using FCS.Lib.Virk.VrModels;
using Newtonsoft.Json; using Newtonsoft.Json;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
namespace FCS.Virk namespace FCS.Lib.Virk
{ {
/// <summary> /// <summary>
/// Class VrResponseParser. /// Class VrResponseParser.

View file

@ -19,13 +19,14 @@
// GNU Affero General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // 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> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
using System.Net; using System.Net;
namespace FCS.Virk namespace FCS.Lib.Virk
{ {
/// <summary> /// <summary>
/// Class VrResponseView. /// Class VrResponseView.