.net core with Angular help
Hi, I have a web application with .net core 2.1 backend and Angular 6 frontend. I have 2 rest services to post data to 2 different tables, But I need to handle the transactions between them(need to revert first post if second post failed).
Please tell me what is the best method to achieve this task?
0 comments:
Post a Comment