C# Class GetAllGetOne.Controllers.Manager

Show file Open project: peteratseneca/bti420winter2016

Public Methods

Method 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 method

public CustomerAdd ( CustomerAdd newItem ) : CustomerBase
newItem CustomerAdd
return CustomerBase

CustomerDelete() public method

public CustomerDelete ( int id ) : bool
id int
return bool

CustomerEditContactInfo() public method

public CustomerEditContactInfo ( CustomerEditContactInfo newItem ) : CustomerBase
newItem CustomerEditContactInfo
return CustomerBase

CustomerGetAll() public method

public CustomerGetAll ( ) : IEnumerable
return IEnumerable

CustomerGetAllByCountry() public method

public CustomerGetAllByCountry ( string item ) : IEnumerable
item string
return IEnumerable

CustomerGetAllByName() public method

public CustomerGetAllByName ( string item ) : IEnumerable
item string
return IEnumerable

CustomerGetAllManual() public method

public CustomerGetAllManual ( ) : IEnumerable
return IEnumerable

CustomerGetById() public method

public CustomerGetById ( int id ) : CustomerBase
id int
return CustomerBase

Manager() public method

public Manager ( ) : System
return System