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