C# Class CustomerWebApi.InMemoryCustomerService

Inheritance: ICustomerService
Exibir arquivo Open project: thinktecture/nodejs-aspnetcore-webapi

Public Methods

Method Description
Create ( CustomerModel model ) : void
Delete ( int id ) : void
List ( ) : IEnumerable

Method Details

Create() public method

public Create ( CustomerModel model ) : void
model CustomerModel
return void

Delete() public method

public Delete ( int id ) : void
id int
return void

List() public method

public List ( ) : IEnumerable
return IEnumerable