-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
No labels