PIbd-23-Radaev-A.V.-GiftShop/GiftShop/GiftShopContracts/BusinessLogicsContracts/IBackUpLogic.cs
Arkadiy Radaev 44fa88599e res8
2024-05-17 13:28:57 +04:00

10 lines
187 B
C#

using GiftShopContracts.BindingModels;
namespace GiftShopContracts.BusinessLogicsContracts
{
public interface IBackUpLogic
{
void CreateBackUp(BackUpSaveBinidngModel model);
}
}