mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Removed unused using statements in LdapService
This commit is contained in:
@@ -1,11 +1,5 @@
|
|||||||
using Novell.Directory.Ldap;
|
using Novell.Directory.Ldap;
|
||||||
using Microsoft.Extensions.Options;
|
using Microsoft.Extensions.Options;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Berufsschule_HAM.Models;
|
|
||||||
using System.Text.Json;
|
|
||||||
|
|
||||||
namespace Berufsschule_HAM.Services;
|
namespace Berufsschule_HAM.Services;
|
||||||
public class LdapService : IDisposable
|
public class LdapService : IDisposable
|
||||||
|
|||||||
Reference in New Issue
Block a user