Exemple #1
0
 // GET: Company/Edit/5
 public ActionResult Edit(int code)
 {
     return(View(companiesRepository.getCompany(code)));
 }