コード例 #1
0
 public ActionResult Index()
 {
     Customer customer
         = _customerRepository.GetCustomerWithId(customerId);
     // from where does customerId come?
     IEnumerable <CustomerType> customerTypeList
         = _customerTypeRepository.GetTypes();