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