Exemple #1
0
 public FetchCustomerDetailsCommand(CustomerUpdationVM customerUpdationVM)
 {
     CustomerUpdationVM = customerUpdationVM;
 }
Exemple #2
0
 public UpdateCustomerAccountCommand(CustomerUpdationVM customerUpdationVM)
 {
     CustomerUpdationVM = customerUpdationVM;
 }