You are on page 1of 1

<th>

@Html.Action("Mandante")
@Html.DisplayNameFor(Function(model) model.MandanteCM)
</th>
<th>
@Html.DisplayNameFor(Function(model) model.PlacarMCM)
</th>
<th>
@Html.DisplayNameFor(Function(model) model.PlacarVCM)
</th>
<th>
@Html.DisplayNameFor(Function(model) model.VisitanteCM)
</th>
<th>
@Html.DisplayNameFor(Function(model) model.DiaJogoCM)
</th>
<th>
@Html.DisplayNameFor(Function(model) model.RodadaCM)
</th>
<th>
@Html.DisplayNameFor(Function(model) model.GrupoCM)
</th>
<th></th>
</tr>

You might also like