コード例 #1
0
 public ActionResult DeleteAuto(int autoId, int clientId)
 {
     AutoService.DeleteAuto(autoId);
     return(GetAccount(clientId));
 }