sanger96 / Happenings_Team-5_UTD_Senior_Design_Project

UTD Senior Design Project; Group Members: Gaurav Sanger, Jonathan Lam, Robert Dohm, Landin Kasti, Charles Eaton
3 stars 0 forks source link

Event CRUD methods #30

Closed LKASTI closed 5 months ago

LKASTI commented 6 months ago

Creating all CRUD methods for an Event. These methods will be written in the service file. Add controller file after finishing service file.

LKASTI commented 6 months ago

Repository file, Service file, and Controller file created containing CRUD methods.

Notes: Two delete methods were created based on ID or Class instance. Need to find way to return success/fail message.