9 lines
209 B
C#
9 lines
209 B
C#
using IceCreamShopContracts.BindingModels;
|
|
|
|
namespace IceCreamShopContracts.BusinessLogicsContracts
|
|
{
|
|
public interface IBackUpLogic
|
|
{
|
|
void CreateBackUp(BackUpSaveBindingModel model);
|
|
}
|
|
} |