I've got to produce a console app that requests a dataset from a web service
in our personnel system, manipulates the data and then updates each record in
the Active directory.
Not being the most brilliant OOP programmer I'm having problems trying to
design suitable objects.
Would anyone like to suggest how they would design this type of app?
Thanks
in our personnel system, manipulates the data and then updates each record in
the Active directory.
Not being the most brilliant OOP programmer I'm having problems trying to
design suitable objects.
Would anyone like to suggest how they would design this type of app?
Thanks
Comment