Beispiel #1
0
 public async Task <ActionResult> Index(Guid id, UNClassViewModel model, string command, string remove, bool backToOverview = false)
 {
     return(await Post(id, model, command, remove, backToOverview));
 }
 public async Task<ActionResult> Index(Guid id, UNClassViewModel model, string command, string remove, bool backToOverview = false)
 {
     return await Post(id, model, command, remove, backToOverview);
 }