This commit is contained in:
mmrbnjd
2024-09-19 19:53:44 +03:30
parent 5a02b3b24e
commit cfa6616b03
7 changed files with 42 additions and 25 deletions

View File

@@ -79,6 +79,7 @@ namespace Back.Services
Text=s.Text,
Time=s.Time,
Tags= s.Tags,
Description=s.Description
}).FirstOrDefaultAsync();
return result;
}