Commenting on IHostedService class that ends up in a lot of plugins
This commit is contained in:
parent
651b2aed6a
commit
eace25cb20
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user