C# 클래스 GetAllGetOne.Controllers.Manager

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016

공개 메소드들

메소드 설명
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

메소드 상세

CustomerAdd() 공개 메소드

public CustomerAdd ( CustomerAdd newItem ) : CustomerBase
newItem CustomerAdd
리턴 CustomerBase

CustomerDelete() 공개 메소드

public CustomerDelete ( int id ) : bool
id int
리턴 bool

CustomerEditContactInfo() 공개 메소드

public CustomerEditContactInfo ( CustomerEditContactInfo newItem ) : CustomerBase
newItem CustomerEditContactInfo
리턴 CustomerBase

CustomerGetAll() 공개 메소드

public CustomerGetAll ( ) : IEnumerable
리턴 IEnumerable

CustomerGetAllByCountry() 공개 메소드

public CustomerGetAllByCountry ( string item ) : IEnumerable
item string
리턴 IEnumerable

CustomerGetAllByName() 공개 메소드

public CustomerGetAllByName ( string item ) : IEnumerable
item string
리턴 IEnumerable

CustomerGetAllManual() 공개 메소드

public CustomerGetAllManual ( ) : IEnumerable
리턴 IEnumerable

CustomerGetById() 공개 메소드

public CustomerGetById ( int id ) : CustomerBase
id int
리턴 CustomerBase

Manager() 공개 메소드

public Manager ( ) : System
리턴 System