G
Guest
My design is a Data Access Layer (DAL) which will return xml from datasets and readers to the Business Layer (BL).
Can someone help me to find documentation/example of a BL class which receives XML and deserializes it into itself
Even better is that the BL is an Order class using a collection base of an OrderLine class
Can someone help me to find documentation/example of a BL class which receives XML and deserializes it into itself
Even better is that the BL is an Order class using a collection base of an OrderLine class