C# Class CustomerWebApi.Customer

Inheritance: Microsoft.AspNet.Mvc.Controller
Afficher le fichier Open project: thinktecture/nodejs-aspnetcore-webapi

Private Properties

Свойство Type Description
Create IActionResult
Delete IActionResult
List IActionResult

Méthodes publiques

Méthode Description
Customer ( ICustomerService customerService ) : System

Private Methods

Méthode Description
Create ( [ model ) : IActionResult
Delete ( int id ) : IActionResult
List ( ) : IActionResult

Method Details

Customer() public méthode

public Customer ( ICustomerService customerService ) : System
customerService ICustomerService
Résultat System