0
okeziestanley created
Hi guys My delete methods in app service never works, it throws exceptions without a clear message. The only way around it is renaming the methods something other than Delete. So instead of "
DeletePlan(PlanInput inputDto)"
, I would name it
"KpaPlan(PlanInput inputDto)
". This works but why am I not able to do a normal delete. What am I missing.
1 Answer(s)
-
0
Hi,
I think this is the cause of your problem <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1798">https://github.com/aspnetboilerplate/as ... ssues/1798</a> We will try to fix it.
Thanks.