C# Class HotelManagement.ServiceApp.HotelChainService

Inheritance: IHotelChainService
Show file Open project: avdevelop/hotelmanagement

Public Methods

Method Description
Delete ( HotelChainDTO obj ) : void
GetAll ( ) : IEnumerable
GetHotelChain ( int id ) : HotelChainDTO
HotelChainService ( IRepository hotelChainRepository ) : System
Save ( HotelChainDTO obj ) : void

Method Details

Delete() public method

public Delete ( HotelChainDTO obj ) : void
obj HotelManagement.DTO.HotelChainDTO
return void

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

GetHotelChain() public method

public GetHotelChain ( int id ) : HotelChainDTO
id int
return HotelManagement.DTO.HotelChainDTO

HotelChainService() public method

public HotelChainService ( IRepository hotelChainRepository ) : System
hotelChainRepository IRepository
return System

Save() public method

public Save ( HotelChainDTO obj ) : void
obj HotelManagement.DTO.HotelChainDTO
return void