C# 클래스 CustomerWebApi.Customer

상속: Microsoft.AspNet.Mvc.Controller
파일 보기 프로젝트 열기: thinktecture/nodejs-aspnetcore-webapi

Private Properties

프로퍼티 타입 설명
Create IActionResult
Delete IActionResult
List IActionResult

공개 메소드들

메소드 설명
Customer ( ICustomerService customerService ) : System

비공개 메소드들

메소드 설명
Create ( [ model ) : IActionResult
Delete ( int id ) : IActionResult
List ( ) : IActionResult

메소드 상세

Customer() 공개 메소드

public Customer ( ICustomerService customerService ) : System
customerService ICustomerService
리턴 System