in interview,interviewer asked me what is arcitecture of your project....
i am using entity framework for database interaction.
i have loaded tables and procedures in model by using entity framework.
i have a repository folder in which i have created classes (accountData,Paymentdata) which is used for insert,update and delete data.
on basis of this, plz provide me explanation of arcitecture of my project. so that i can easily explain interviewer to convince him.