C# Class HotelManagement.ServiceApp.HotelChainService

Inheritance: IHotelChainService
Afficher le fichier Open project: avdevelop/hotelmanagement

Méthodes publiques

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

Method Details

Delete() public méthode

public Delete ( HotelChainDTO obj ) : void
obj HotelManagement.DTO.HotelChainDTO
Résultat void

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetHotelChain() public méthode

public GetHotelChain ( int id ) : HotelChainDTO
id int
Résultat HotelManagement.DTO.HotelChainDTO

HotelChainService() public méthode

public HotelChainService ( IRepository hotelChainRepository ) : System
hotelChainRepository IRepository
Résultat System

Save() public méthode

public Save ( HotelChainDTO obj ) : void
obj HotelManagement.DTO.HotelChainDTO
Résultat void