예제 #1
0
 public ActionResult RemoveOwner(int aircraftId, int ownerId)
 {
     _dataService.RemoveOwner(aircraftId, ownerId);
     return(RedirectToAction("Edit", new { id = aircraftId }));
 }