add notary module, utilities and server online in bot`s game

This commit is contained in:
Дмитрий Шиманский
2023-11-11 18:08:33 +03:00
parent dde8b38520
commit 7ce56c1388
12 changed files with 514 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ namespace DiscordApp.Database.Tables
public DateOnly Date { get; set; }
public string Text { get; set; }
public int DocumentId { get; set; }
public string DocumentType { get; set; }
}
}