Exemplo n.º 1
0
        public ActionResult Edit(Guid id)
        {
            var customer = _customerService.GetById(id);

            return(View(CustomerViewModel.GetCustomerViewModelFromCustomer(customer)));
        }