2023-05-01 02:10:15 +04:00
|
|
|
|
using SushiBarContracts.BindingModels;
|
|
|
|
|
|
|
|
|
|
namespace SushiBarContracts.BusinessLogicsContracts
|
|
|
|
|
{
|
|
|
|
|
public interface IBackUpLogic
|
|
|
|
|
{
|
2023-05-02 21:23:58 +04:00
|
|
|
|
void CreateBackUp(BackUpSaveBindingModel model);
|
2023-05-01 02:10:15 +04:00
|
|
|
|
}
|
|
|
|
|
}
|