Example #1
0
 public static EditCustomerState Reduce(EditCustomerState state, GetCustomerForEditAction action) =>
 new EditCustomerState(isLoading: true);
Example #2
0
 public static EditCustomerState Reduce(EditCustomerState state, GetCustomerForEditResultAction action) =>
 new EditCustomerState(isLoading: false);