1. 1.
    -3
    sazan.avi başlatıldı... % 0
    ···
  1. 2.
    0
    bende öyle düşünmüştüm -
    ···
  2. 3.
    0
    lan bende kaşar diye geldim amk taze caps diye görünce
    ···
  3. 4.
    -1
    <table>
    <tr>
    <th>
    Name
    </th>
    <th>
    Notes
    </th>
    <th>
    Supplier?
    </th>
    <th>
    Disabled?
    </th>
    <th></th>
    </tr>

    @foreach (var item in Model) {
    <tr>
    <td>
    @Html. DisplayFor(modelItem => item. Name)
    </td>
    <td>
    @Html. DisplayFor(modelItem => item. Notes)
    </td>
    <td>
    @Html. DisplayFor(modelItem => item. IsSupplier)
    </td>
    <td>
    @Html. DisplayFor(modelItem => item. IsDisabled)
    </td>
    <td>
    @Html. ActionLink("Edit", "Edit", new { id=item. CompanyId }) |
    @Html. ActionLink("Details", "Details", new { id=item. CompanyId }) |
    @Html. ActionLink("Delete", "Delete", new { id=item. CompanyId })
    </td>
    </tr>
    }

    </table>
    ···
  4. 5.
    0
    taze cipsim okudum merakımdan geldim ibret aldım gidiyorum.
    ···
  5. 6.
    0
    @5 entrinik
    ···