ISEbd-21_Melnikov_I.O._CarS.../CarService/CarServiceView/CustomerViewModel.cs

13 lines
189 B
C#
Raw Normal View History

2023-04-01 21:36:28 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CarServiceView
{
internal class CustomerViewModel
{
}
}