コード例 #1
0
ファイル: RoomTypeManager.cs プロジェクト: isMrH/College
 //得到全部房间类型
 public List <RoomType> GetAllType()
 {
     return(rtservice.GetAllType());
 }