biproberkay / PortalStore

.Net Core (3.1 ve üstü) Restful API Repository Pattern SOLID prensiplerine uygun Unit Test Entity Framework Core (CodeFirst)
1 stars 0 forks source link

**Controller Class**ının metodları ve metodların geri dönüş tipleri araştırması #21

Open biproberkay opened 2 years ago

biproberkay commented 2 years ago
  **Controller Class**ının metodları ve metodların geri dönüş tipleri araştırması

📌 The IActionResult return type is appropriate when multiple ActionResult return types are possible in an action.1

📌return BadRequest(); is a shorthand form of return new BadRequestResult();

Originally posted by @biproberkay in https://github.com/biproberkay/PortalStore/discussions/20#discussioncomment-4297923