Create app service call executing multiple times
问题 I'm building a SAAS app on the ASPNETZERO MVC JQuery .Net core 2.0 template . This issue is a follow-up to my earlier issue posted here. So I did add the method in my app service to NOT allow the duplicate record in my "companyAddress" entity table. Before the create method executes the insertAsync, I call a private method to check for that given record in my table. Here is the app service code. public async Task CreateCompanyAddress(CreateCompanyAddressInput input) { //Check for duplicate