Hi,
I want to see whether this is the right way of attempting this.
I have the following
Currently I have 2 services one responsible for persisting the login object which also persists the employee object at the same time.
the other service is responsible for save timesheets.
When I call my timesheet service my timesheet gets persisted but not my tasks
is there a reason why
thanks