Base solution for your next web application
Open Closed

How to create a read-only Controller #5230


User avatar
0
sedulen created

How can I create a read-only Controller for the API. The service will need full CRUDL but data will be created internally via background job and never directly through an external system.

Thanks, R. Gilbert


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @sedulen is the background job working on a different website or windows service ?

  • User Avatar
    0
    sedulen created

    @ismcagdas The job will be ran via hangfire from out website.

  • User Avatar
    0
    alper created
    Support Team

    didn't understand what you are trying to achieve?