feature/refactor-to-dotnet-8-standards #3

Merged
marvin.spiegel merged 4 commits from feature/refactor-to-dotnet-8-standards into main 2026-01-28 12:17:29 +00:00
3 changed files with 2 additions and 12 deletions
Showing only changes of commit 2762a7c0a4 - Show all commits

View File

@@ -1,9 +1,4 @@
using System; using TemplateNETService.Models;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TemplateNETService.Models;
namespace TemplateNETService.Business; namespace TemplateNETService.Business;

View File

@@ -1,8 +1,4 @@
using System; namespace TemplateNETService.Models;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public class General public class General
{ {

View File

@@ -1,6 +1,5 @@
using System.Reflection; using System.Reflection;
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Hosting;