thangchung/magazine-website

Re-structure service layer into peasy style - if possible

Opened this issue · 0 comments

At the moment, the service uses the command pattern to publish the command into the underneath layers. But we want to do the better one.

Reference at https://github.com/peasy/Peasy.NET/wiki and a sample at https://github.com/peasy/Samples