Skip to content

Small mistake #1

@VictorHelios

Description

@VictorHelios

Hi TypecastException,

there is a small mistake in the Program.cs.
Have to append:
, Id = nextId
on add a new company.
Full line can be:
var result = companyClient.AddCompany(new Company { Name = string.Format("New Company #{0}", nextId), Id = nextId });

Thank you very much for this example
Victor Helios

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions