refactor: Alle Controller außer Module und ModuleOfUser von BaseController vererbt

- Vererbung von BaseController auf alle Controller angewendet, mit Ausnahme von Module und ModuleOfUser.
This commit is contained in:
Developer 02
2024-08-14 20:46:32 +02:00
parent d6b08c3c30
commit 1375015275
6 changed files with 9 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
using AutoMapper;
using DigitalData.Core.Application;
using DigitalData.Core.DTO;
using DigitalData.UserManager.Application.Contracts;
using DigitalData.UserManager.Application.DTOs.User;