C# Class GetAllGetOne.Controllers.Manager

Afficher le fichier Open project: peteratseneca/bti420winter2016

Méthodes publiques

Méthode Description
CustomerAdd ( CustomerAdd newItem ) : CustomerBase
CustomerDelete ( int id ) : bool
CustomerEditContactInfo ( CustomerEditContactInfo newItem ) : CustomerBase
CustomerGetAll ( ) : IEnumerable
CustomerGetAllByCountry ( string item ) : IEnumerable
CustomerGetAllByName ( string item ) : IEnumerable
CustomerGetAllManual ( ) : IEnumerable
CustomerGetById ( int id ) : CustomerBase
Manager ( ) : System

Method Details

CustomerAdd() public méthode

public CustomerAdd ( CustomerAdd newItem ) : CustomerBase
newItem CustomerAdd
Résultat CustomerBase

CustomerDelete() public méthode

public CustomerDelete ( int id ) : bool
id int
Résultat bool

CustomerEditContactInfo() public méthode

public CustomerEditContactInfo ( CustomerEditContactInfo newItem ) : CustomerBase
newItem CustomerEditContactInfo
Résultat CustomerBase

CustomerGetAll() public méthode

public CustomerGetAll ( ) : IEnumerable
Résultat IEnumerable

CustomerGetAllByCountry() public méthode

public CustomerGetAllByCountry ( string item ) : IEnumerable
item string
Résultat IEnumerable

CustomerGetAllByName() public méthode

public CustomerGetAllByName ( string item ) : IEnumerable
item string
Résultat IEnumerable

CustomerGetAllManual() public méthode

public CustomerGetAllManual ( ) : IEnumerable
Résultat IEnumerable

CustomerGetById() public méthode

public CustomerGetById ( int id ) : CustomerBase
id int
Résultat CustomerBase

Manager() public méthode

public Manager ( ) : System
Résultat System