Beispiel #1
0
 public ActionResult DeleteAccount(Guid id)
 {
     return(Json(_component.DeleteAccount(id).toJson()));
 }