Exemple #1
0
 public static bool ExistsSystemReminder(this TaskModel task)
 {
     return(ReminderHelper.GetAll(task.Uid).Count > 0);
 }
Exemple #2
0
 public static List <Reminder> GetSystemReminder(this TaskModel task)
 {
     return(ReminderHelper.GetAll(task.Uid));
 }