Exemplo n.º 1
0
 public IActionResult Delete(int id)
 {
     companyDomainService.Delete(id);
     return(RedirectToAction("Index"));
 }