Максим Куклев ed3e400b30 загрузил
2024-06-17 19:27:42 +04:00

10 lines
211 B
C#

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