saraabdelsalam / Algoriza-Internship-2023BE35

1 stars 0 forks source link

Implement Application Logic, applying CQRS and using MediatR #8

Open YoussefWaelMohamedLotfy opened 6 months ago

YoussefWaelMohamedLotfy commented 6 months ago

It's time to build up our Application Logic and organize our code.

Tasks

References

YoussefWaelMohamedLotfy commented 6 months ago

@saraabdelsalam One thing to note, do NOT return HTTP Result objects from your Handlers. Instead, return DTO objects.