tags
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
public string Time { get; set; }
|
||||
public bool Status { get; set; }
|
||||
public string? Tags { get; set; }
|
||||
public string? Description { get; set; }
|
||||
public string? DescriptionTag { get; set; }
|
||||
public string? keywordsTag { get; set; }
|
||||
}
|
||||
}
|
||||
|
@@ -79,7 +79,8 @@ namespace Back.Services
|
||||
Text=s.Text,
|
||||
Time=s.Time,
|
||||
Tags= s.Tags,
|
||||
Description=s.Description
|
||||
DescriptionTag=s.DescriptionTag,
|
||||
keywordsTag=s.keywordsTag
|
||||
}).FirstOrDefaultAsync();
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user