Implements a method for allow Users register for an Event (details)
Adds a new method to allow users register for events (details)
Commit
3bcb040a5bd36cf84a748fba084c65f4948eff37
by aalopez
Implements a method for allow Users register for an Event A new method to allow the logged User to registered for an Event Adds a new Exception AlreadyRegisteredForEventException
Commit
fcf5368509252ea0ebfd58d06869ebc1063f51b2
by aalopez
Adds a new method to allow users register for events Implements a function that register the current logged user for an event Implements an Exception AlreadyRegisteredException Modifies EventEJBTests including the new Exception