PIbd-23-Volkov-N.A.-Compute.../ComputersShop/ComputersShopContracts/BindingModels/BackUpSaveBinidngModel.cs

14 lines
286 B
C#
Raw Permalink Normal View History

2024-05-12 11:23:15 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ComputersShopContracts.BindingModels
{
public class BackUpSaveBinidngModel
{
public string FolderName { get; set; } = string.Empty;
}
}