コード例 #1
0
ファイル: RoomTypeBusiness.cs プロジェクト: frankjoetz/Hotel
 public List<RoomType> GetList()
 {
     return _roomtypeRepository.GetList();
 }