0
jdavis01 created
I am implementing a web client print utility that allows direct printing of ZPL commands to a zebra printer. These ZPL commands are built based on a product selection and typically done directly inside my controllers. Given the layering in abp would you suggest moving this action to a method in the application layer that returns the formatted command string through the service?
1 Answer(s)
-
0
Hi,
As far as I understand your case, it will be more appropriate for ABP Layering.