I have a single SQL Stored procedure which runs multiple insert statements. with the Clean architecture, how do i call and execute the stored procedure? I am not sure i need to create multiple entities first to use IRepository
Loading
I have a single SQL Stored procedure which runs multiple insert statements. with the Clean architecture, how do i call and execute the stored procedure? I am not sure i need to create multiple entities first to use IRepository
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaimin ShethiyaPosted Jul 12, 2024, 4:26 AM
Hello Manikandan,
Please refer to the below code.
Thanks