2023-04-05 19:26:00 +04:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
2023-04-05 21:24:46 +04:00
|
|
|
|
namespace ComputerStoreContracts.ViewModels
|
2023-04-05 19:26:00 +04:00
|
|
|
|
{
|
2023-04-05 21:24:46 +04:00
|
|
|
|
internal class RequestViewModel
|
2023-04-05 19:26:00 +04:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|