PIbd-23_Bogdanov_D.S._Compu.../ComputerShopContracts/BindingModels/BackUpSaveBindingModel.cs
2023-04-23 18:08:13 +04:00

14 lines
285 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ComputerShopContracts.BindingModels
{
public class BackUpSaveBinidngModel
{
public string FolderName { get; set; } = string.Empty;
}
}