11 lines
227 B
C#

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