<td>
@Html.ActionLink("Modificar", "Edit", new { id = item.EmpleadoID }, new { @class = "btn btn-primary btn-sm" })
@Html.ActionLink("Detalles", "Details", new { id = item.EmpleadoID }, new { @class = "btn btn-warning btn-sm" })
@Html.ActionLink("Eliminar", "Delete", new { id = item.EmpleadoID }, new { @class = "btn btn-danger btn-sm" })
</td>
Anonymous User
12-Sep-2016