I am developing an application in C # and WPF, with several registers such as Customers, Suppliers, Products, etc. I am using the DDD concept and am having a question about how to implement a data export module. I will need to export data and the files will be in xml, csv and txt format.
On which layer do I implement this module? Does anyone have an example?