PIbd-22_Chernyshev_G.J._30_.../GarmentFactoryContracts/BusinessLogicsContracts/IBackUpLogic.cs

15 lines
315 B
C#

using GarmentFactoryContracts.BindingModels;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GarmentFactoryContracts.BusinessLogicsContracts
{
public interface IBackUpLogic
{
void CreateBackUp(BackUpSaveBinidngModel model);
}
}