Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small mistake #1

Open
VictorHelios opened this issue Jul 5, 2016 · 0 comments
Open

Small mistake #1

VictorHelios opened this issue Jul 5, 2016 · 0 comments

Comments

@VictorHelios
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant