Jeet Code Review
Jeet Code Review
1. Jeet
again don’t use any logic in controller write all the logic in repository
Use method name ,api endpoint name and region name same so that we can identify methods easily
Make different helper class for that subject and body and also for link and fetch it here from that
helper so that we can prevent redundant code and code looks cleaner also
don’t use this values static here rather than write hardcoded here shift this static values into
appsetting.json file and fetch it from here by dependency injection of context
Make separate email helper for this email sending method and call it here pass this params by calling
that helper method
Try to implement this type of response in every methods and in repository not in controller