|
@@ -68,7 +68,7 @@ namespace GxPress.Repository.Implement.Note
|
|
|
public async Task<bool> SetIsTopAsync(int noteId)
|
|
|
{
|
|
|
var note = await _repository.GetAsync(noteId);
|
|
|
- note.IsTopic = !note.IsTopic;
|
|
|
+ note.IsTop =!note.IsTop;
|
|
|
return await _repository.UpdateAsync(note);
|
|
|
}
|
|
|
/// <summary>
|