Obixander / SOSUCentre

0 stars 0 forks source link

Smart things to remember #4

Open Obixander opened 3 months ago

Obixander commented 3 months ago

Order of operations for creating the basic for entities

  1. Create new interface in IRepository
  2. Create repository if needed
  3. Add new service in program.cs4.
  4. Create Controller
  5. add primary constructor and field needed
  6. CRUD operations
  7. Specific Operations in Repository

Controllers to make