Upload files to 'ShipyardContracts/BusinessLogicContracts'
This commit is contained in:
parent
432d05b168
commit
50398f172f
14
ShipyardContracts/BusinessLogicContracts/IBackUpLogic.cs
Normal file
14
ShipyardContracts/BusinessLogicContracts/IBackUpLogic.cs
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
using ShipyardContracts.BindingModels;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace ShipyardContracts.BusinessLogicContracts
|
||||||
|
{
|
||||||
|
public interface IBackUpLogic
|
||||||
|
{
|
||||||
|
void CreateBackUp(BackUpSaveBinidngModel model);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user