Refactor: Move email services to the email plugin directory

This commit is contained in:
Nicolas Dorier
2025-11-12 11:12:47 +09:00
parent 666896df5c
commit b6c635c29b
43 changed files with 312 additions and 390 deletions

View File

@@ -8,8 +8,6 @@ using BTCPayServer.Abstractions.Models;
using BTCPayServer.Data;
using BTCPayServer.Events;
using BTCPayServer.Models.ServerViewModels;
using BTCPayServer.Services;
using BTCPayServer.Services.Mails;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;