C# 클래스 HotelManagement.ServiceApp.SettingService

상속: ISettingService
파일 보기 프로젝트 열기: avdevelop/hotelmanagement

공개 메소드들

메소드 설명
Delete ( SettingDTO obj ) : void
GetAll ( ) : IEnumerable
GetByName ( string name ) : SettingDTO
GetSetting ( int id ) : SettingDTO
Save ( SettingDTO obj ) : void
SettingService ( IRepository settingRepository ) : System

메소드 상세

Delete() 공개 메소드

public Delete ( SettingDTO obj ) : void
obj HotelManagement.DTO.SettingDTO
리턴 void

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetByName() 공개 메소드

public GetByName ( string name ) : SettingDTO
name string
리턴 HotelManagement.DTO.SettingDTO

GetSetting() 공개 메소드

public GetSetting ( int id ) : SettingDTO
id int
리턴 HotelManagement.DTO.SettingDTO

Save() 공개 메소드

public Save ( SettingDTO obj ) : void
obj HotelManagement.DTO.SettingDTO
리턴 void

SettingService() 공개 메소드

public SettingService ( IRepository settingRepository ) : System
settingRepository IRepository
리턴 System