Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
155 stars 152 forks source link

Generic factories #286

Closed juanchog closed 6 years ago

juanchog commented 6 years ago

Made most factories inherit from GenericFactory<>. Eliminated lots of code repetition.