Beispiel #1
0
 public ActionResult DeleteParticipant(int id)
 {
     return(PartialView("_DeletePart", BatchRepo.GetBatch(id)));
 }