ISEbd-22_Alimova_M.S._Confe.../Confectionery/ConfectioneryContracts/BindingModels/BackUpSaveBinidngModel.cs

14 lines
271 B
C#
Raw Normal View History

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