Upload files to 'ShipyardContracts/BindingModels'
This commit is contained in:
parent
ef2b6ec67a
commit
432d05b168
13
ShipyardContracts/BindingModels/BackUpSaveBindingModel.cs
Normal file
13
ShipyardContracts/BindingModels/BackUpSaveBindingModel.cs
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace ShipyardContracts.BindingModels
|
||||||
|
{
|
||||||
|
public class BackUpSaveBinidngModel
|
||||||
|
{
|
||||||
|
public string FolderName { get; set; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user