PIbd-23-Radaev-A.V.-GiftShop/GiftShop/GiftShopContracts/BindingModels/BackUpSaveBinidngModel.cs

8 lines
149 B
C#
Raw Normal View History

2024-05-17 13:28:57 +04:00
namespace GiftShopContracts.BindingModels
{
public class BackUpSaveBinidngModel
{
public string FolderName { get; set; } = string.Empty;
}
}