Log powerBI requests

This commit is contained in:
Michał Zieliski
2024-06-06 20:59:30 +02:00
parent f9eb449ce6
commit 3cd2496504
3 changed files with 135 additions and 52 deletions

View File

@@ -11,7 +11,8 @@ namespace WebAPI.Models
public enum LogType {
import,
backup,
process
process,
powerBI
}
public class LogEntry
{