User-665281982 posted
I want to known which one (s) would be the best solution in this scenario.
1) Invoke the Service 1 that invoke business rules BLL, which will then access the DAL layer to perform CRUD operations.
2) Shortly thereafter, the service 2 will be invoked , which will also make access to BLL and then access the DAL for CRUD.
If an exception occurs in the execution of the operation of the Service 2 for example.
Can I implement so that everything that was done before will be undone, including operations of the service 1 ?
Any sugestions ?
thank you