C# Class HotelManagement.ServiceApp.UserTypeService

Inheritance: IUserTypeService
Mostra file Open project: avdevelop/hotelmanagement

Public Methods

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

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

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

GetUserType() public method

public GetUserType ( int id ) : UserTypeDTO
id int
return HotelManagement.DTO.UserTypeDTO

Save() public method

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

UserType() public method

public UserType ( int id ) : UserTypeEnum
id int
return UserTypeEnum

UserTypeService() public method

public UserTypeService ( IRepository userTypeRepository ) : System
userTypeRepository IRepository
return System