PIbd-23_Elatomtsev_L.K._Con.../Confectionery/ConfectioneryContracts/BusinessLogicsContracts/IBackUpLogic.cs

9 lines
211 B
C#
Raw Normal View History

2024-05-22 14:38:56 +04:00
using ConfectioneryContracts.BindingModels;
namespace ConfectioneryContracts.BusinessLogicsContracts
{
public interface IBackUpLogic
{
void CreateBackUp(BackUpSaveBinidngModel model);
}
}