Skip to content

Instantly share code, notes, and snippets.

@ahmetkucukoglu
Created November 8, 2023 19:55
Show Gist options
  • Save ahmetkucukoglu/c08171f61a3071e49c10c5264a32ddc3 to your computer and use it in GitHub Desktop.
Save ahmetkucukoglu/c08171f61a3071e49c10c5264a32ddc3 to your computer and use it in GitHub Desktop.
Target - IProductsExporter
public interface IProductsExporter
{
string Export(List<Product> products);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment