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