kagbie3nn@mail.ru f42c402c7a 8 лаба
2024-06-16 11:30:45 +04:00

14 lines
286 B
C#

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