Добавлен ответ на почту в вебе

This commit is contained in:
Данияр Аглиуллов 2023-03-18 15:16:47 +04:00
parent 56781d44db
commit 54ba34f514
2 changed files with 8 additions and 0 deletions

View File

@ -192,6 +192,8 @@ namespace ConfectioneryClientApp.Controllers
$"<td>{mail.DateDelivery}</td>" + $"<td>{mail.DateDelivery}</td>" +
$"<td>{mail.Subject}</td>" + $"<td>{mail.Subject}</td>" +
$"<td>{mail.Body}</td>" + $"<td>{mail.Body}</td>" +
$"<td>{mail.HasRead}</td>" +
$"<td>{mail.Reply}</td>" +
"</tr>"); "</tr>");
} }
return Tuple.Create<string?, string?, bool, bool>(htmlTable.ToString(), APIClient.CurrentPage.ToString(), APIClient.CurrentPage != 1, true); return Tuple.Create<string?, string?, bool, bool>(htmlTable.ToString(), APIClient.CurrentPage.ToString(), APIClient.CurrentPage != 1, true);

View File

@ -14,6 +14,12 @@
<th> <th>
Текст Текст
</th> </th>
<th>
Прочитано
</th>
<th>
Ответ
</th>
</tr> </tr>
</thead> </thead>
<tbody id="mails-table-body"> <tbody id="mails-table-body">