C# Class HotelManagement.ServiceApp.UserTypeService

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

Méthodes publiques

Méthode Description
Delete ( UserTypeDTO obj ) : void
GetAll ( ) : IEnumerable
GetUserType ( int id ) : UserTypeDTO
Save ( UserTypeDTO obj ) : void
UserType ( int id ) : UserTypeEnum
UserTypeService ( IRepository userTypeRepository ) : System

Method Details

Delete() public méthode

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

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetUserType() public méthode

public GetUserType ( int id ) : UserTypeDTO
id int
Résultat HotelManagement.DTO.UserTypeDTO

Save() public méthode

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

UserType() public méthode

public UserType ( int id ) : UserTypeEnum
id int
Résultat UserTypeEnum

UserTypeService() public méthode

public UserTypeService ( IRepository userTypeRepository ) : System
userTypeRepository IRepository
Résultat System