C# 클래스 CustomerWebApi.DatabaseCustomerService

상속: ICustomerService
파일 보기 프로젝트 열기: thinktecture/nodejs-aspnetcore-webapi

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Create ( CustomerModel model ) : void
DatabaseCustomerService ( CustomerContext context ) : System
Delete ( int id ) : void
List ( ) : IEnumerable

메소드 상세

Create() 공개 메소드

public Create ( CustomerModel model ) : void
model CustomerModel
리턴 void

DatabaseCustomerService() 공개 메소드

public DatabaseCustomerService ( CustomerContext context ) : System
context CustomerContext
리턴 System

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

List() 공개 메소드

public List ( ) : IEnumerable
리턴 IEnumerable