Ejemplo n.º 1
0
 public BuyService()
 {
     var autoMapperConfig = new AutoMapperConfig();
     autoMapperConfig.RegisterBuyMappings();
 }