C# Class CustomerWebApi.Customer

Inheritance: Microsoft.AspNet.Mvc.Controller
Mostra file Open project: thinktecture/nodejs-aspnetcore-webapi

Private Properties

Property Type Description
Create IActionResult
Delete IActionResult
List IActionResult

Public Methods

Method Description
Customer ( ICustomerService customerService ) : System

Private Methods

Method Description
Create ( [ model ) : IActionResult
Delete ( int id ) : IActionResult
List ( ) : IActionResult

Method Details

Customer() public method

public Customer ( ICustomerService customerService ) : System
customerService ICustomerService
return System