WIP: DataInbox

This commit is contained in:
Michał Zieliski
2024-07-03 19:03:52 +02:00
parent fae5533556
commit cadb5e50a5
5 changed files with 91 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ public enum LogType {
Import,
Backup,
Process,
PowerBi
PowerBi,
DataInbox
}
public class LogEntry
{