PIbd-23_Elatomtsev_L.K._Con.../Confectionery/ConfectioneryContracts/BindingModels/BackUpSaveBinidngModel.cs

8 lines
169 B
C#
Raw Permalink Normal View History

2024-05-22 14:38:56 +04:00
namespace ConfectioneryContracts.BindingModels
{
public class BackUpSaveBinidngModel
{
public string FolderName { get; set; } = string.Empty;
}
}