コード例 #1
0
ファイル: HotelRoomServices.cs プロジェクト: gulelat/pxhotel
 public ResponseModel InactiveRecord(int id)
 {
     return(_hotelRoomRepository.InactiveRecord(id));
 }