namespace ProductStore.Formatters using System; using System.Collections.Generic; using System.IO; using System.Net.Http; using System.Net.Http.Formatting; using System.Net.Http.Headers; using ProductStore.Models; namespace ProductStore.Formatters { public class ProductCsvFormatter : BufferedMediaTypeFormatter { } }