PIbd-21_Kouvshinoff_T._A._A.../AutomobilePlant/AutomobilePlantContracts/BindingModels/BackUpSaveBinidngModel.cs
2024-05-16 00:34:01 +04:00

8 lines
156 B
C#

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