refatco and cleanup

This commit is contained in:
Paul Schneider 2026-07-05 17:54:36 +01:00
commit 4d51267dfd
66 changed files with 32 additions and 1619 deletions

View file

@ -7,7 +7,6 @@ using isnd.Data.Packages;
using isnd.Services;
using isnd.ViewModels;
using NuGet.Versioning;
using Unleash;
namespace isnd.Interfaces
{
@ -32,7 +31,7 @@ namespace isnd.Interfaces
/**
* GetResources
*/
IEnumerable<Resource> GetResources(IUnleash unleashClient);
IEnumerable<Resource> GetResources();
/**
* UpdateCatalogForAsync
*/