整理代码
This commit is contained in:
@@ -12,8 +12,8 @@ public class MainHostedService : IHostedService
|
||||
private readonly ITransformService _transform;
|
||||
private readonly IOutputService _output;
|
||||
private readonly ProcessContext _context;
|
||||
private readonly Timer? _bigTableTimer;
|
||||
private readonly Timer? _smallTableTimer;
|
||||
private readonly Timer? _bigTableTimer=null;
|
||||
private readonly Timer? _smallTableTimer=null;
|
||||
public MainHostedService(ILogger<MainHostedService> logger, IInputService input, ITransformService transform, IOutputService output, ProcessContext context)
|
||||
{
|
||||
_logger = logger;
|
||||
|
Reference in New Issue
Block a user