2024-04-10 13:25:57 +04:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
2024-05-03 21:00:31 +04:00
|
|
|
|
namespace HotelContracts.ViewModels
|
2024-04-10 13:25:57 +04:00
|
|
|
|
{
|
2024-05-03 21:00:31 +04:00
|
|
|
|
public class RoomViewModel
|
2024-04-10 13:25:57 +04:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|