public async Task<ActionResult> Index(Guid id, UNNumberViewModel model, string command, string remove, bool backToOverview = false)
 {
     return await Post(id, model, command, remove, backToOverview);
 }
Пример #2
0
 public async Task <ActionResult> Index(Guid id, UNNumberViewModel model, string command, string remove, bool backToOverview = false)
 {
     return(await Post(id, model, command, remove, backToOverview));
 }