Massennachricht hinzugefügt

Optik an die vom Android- und Webclient angepasst
Asynchrone Methoden verbessert
This commit is contained in:
LynJet
2022-07-11 16:01:14 +02:00
parent 6daa1ce73a
commit 410945af20
17 changed files with 929 additions and 171 deletions

View File

@@ -0,0 +1,7 @@
namespace ChatController.Utilities
{
public class BroadcastProgressReportModel
{
public int PercentageComplete { get; set; } = 0;
}
}