SoftUniTeamVolta / Supermarkets-Chain-

0 stars 0 forks source link

4.Generate XML Sales by Vendor Report #2

Closed minkas-g-d closed 9 years ago

minkas-g-d commented 9 years ago

Create a C# program to generate report in XML format holding the sales by vendor for given period. Save the report in a local XML file.

Input: SQL Server database; start date; end date. Output: C# program that generates an XML file holding the sales by vendor report.

danielpetrovaliev commented 9 years ago

I solved this problem.