Commenting on IHostedService class that ends up in a lot of plugins

This commit is contained in:
rockstardev 2024-10-07 10:41:29 -05:00 committed by GitHub
parent 651b2aed6a
commit eace25cb20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@ using Microsoft.Extensions.Logging;
namespace BTCPayServer.Plugins.Template.Services;
// This is a demo class to show you how to integrate Hosted Service in the BTCPayServer plugin. Remove it from your project.
public class ApplicationPartsLogger : IHostedService
{
private readonly ILogger<ApplicationPartsLogger> _logger;