...
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Back.Services
|
||||
#endregion
|
||||
|
||||
//-----------------------
|
||||
return await invok.OrderByDescending(o => o.ID).Select(s => new SubTicketDTO()
|
||||
return await invok.OrderBy(o => o.ID).Select(s => new SubTicketDTO()
|
||||
{
|
||||
Date = s.Date.ShamciToFormatShamci(),
|
||||
Text = s.Text,
|
||||
|
Reference in New Issue
Block a user