Hi,
Yeah I wasn't too clear, sorry.
There is no real assosciation.
The UserDetails represents the users of the system, where they can
setup their properties and in particular which Skills they are
interested in, this is in the List<string> Interests (there was a typo
in the original post)
They can then log intot he system and initiate a search that will use
their username, to retrieve their Interests and location, specified as
a Longitude and Latitude pair to identify contractors that are located
within a radius of their location and who's Skills match one or more
of the user's Interests.
Andy
On Aug 2, 11:51 am, Ayende Rahien <
aye...@ayende.com> wrote:
> I don't understand your model.
> I am not sure that I am following your domain.
> What is the association between UserDetails and Contractor?
>