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