Refactored whole solution to use the MoonCore and MoonCoreUI library

This commit is contained in:
Marcel Baumgartner
2024-02-01 14:57:10 +01:00
parent 2729564495
commit 64bcfe74e7
137 changed files with 402 additions and 3139 deletions

View File

@@ -1,8 +1,10 @@
using Microsoft.JSInterop;
using Moonlight.Core.Helpers;
using MoonCore.Attributes;
using MoonCore.Helpers;
namespace Moonlight.Features.Advertisement.Services;
[Scoped]
public class AdBlockService
{
private readonly IJSRuntime JsRuntime;