PIbd-23-Radaev-A.V.-GiftShop/GiftShop/GiftShopContracts/BindingModels/BackUpSaveBinidngModel.cs
Arkadiy Radaev 44fa88599e res8
2024-05-17 13:28:57 +04:00

8 lines
149 B
C#

namespace GiftShopContracts.BindingModels
{
public class BackUpSaveBinidngModel
{
public string FolderName { get; set; } = string.Empty;
}
}