Move logs into FirebaseDB

This commit is contained in:
Michał Zieliński
2025-03-03 13:06:53 +01:00
parent f02ddd42fa
commit eb65ce6ae1
12 changed files with 257 additions and 232 deletions

View File

@@ -7,8 +7,7 @@ namespace WebAPI.dataProcessors;
public class T3SingleSourceProcessor(
AppDbContext db,
LayersController controller,
LogsController logsController)
LayersController controller)
{
public void Process(Layer processWorker)
{