C# Class CustomerWebApi.InMemoryCustomerService

Inheritance: ICustomerService
Afficher le fichier Open project: thinktecture/nodejs-aspnetcore-webapi

Méthodes publiques

Méthode Description
Create ( CustomerModel model ) : void
Delete ( int id ) : void
List ( ) : IEnumerable

Method Details

Create() public méthode

public Create ( CustomerModel model ) : void
model CustomerModel
Résultat void

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

List() public méthode

public List ( ) : IEnumerable
Résultat IEnumerable