コード例 #1
0
 public void Post(CustomerContract customerContract)
 {
     _uow.CustomerRepository.CreateOrUpdate(customerContract.ToEntity());
 }