WIP: process layers

This commit is contained in:
Michał Zieliński
2023-09-17 13:00:24 +02:00
parent 40122314b2
commit 5cb362b5e0
7 changed files with 200 additions and 14 deletions

View File

@@ -32,6 +32,9 @@ namespace WebAPI.Controllers
case LogType.backup:
type = "Backup";
break;
case LogType.process:
type = "Process";
break;
default:
type = "Other"; // should never happen
break;