Example #1
0
 public void changeShippingInfoServ(string UserId, ChangeShippingInputModel newShipInfoService)
 {
     _accountRepo.ChangeShippingInfoRepo(UserId, newShipInfoService);
 }