Base solution for your next web application
Open Closed

Can't do delete in Application Service #2395


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.