Example #1
0
 public static bool?IsRead(this ChangeCommand changeCommand)
 {
     return(ModelExtensions.IsRead(changeCommand.ApplicationData));
 }
Example #2
0
 public static bool IsRead(this AddCommand addCommand)
 {
     return(ModelExtensions.IsRead(addCommand.ApplicationData) ?? false);
 }