修改
This commit is contained in:
@@ -234,16 +234,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public bool IsUrgent => UnReadTaskList.Any(t => t.IsUrgent);
|
||||
|
||||
public int UnReadTaskCount
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
return this.UnReadTaskList.Count();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
public int UnReadTaskCount { get; set; }
|
||||
|
||||
public bool ExistReadingApply { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user