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