Подменил IShopStorage

This commit is contained in:
Никита Потапов 2024-05-20 11:39:23 +04:00
parent 7d7b7d24e2
commit 211ce494ba

View File

@ -13,5 +13,6 @@ namespace SecuritySystemContracts.StoragesContracts
ShopViewModel? Insert(ShopBindingModel model); ShopViewModel? Insert(ShopBindingModel model);
ShopViewModel? Update(ShopBindingModel model); ShopViewModel? Update(ShopBindingModel model);
ShopViewModel? Delete(ShopBindingModel model); ShopViewModel? Delete(ShopBindingModel model);
bool SellSecures(ISecureModel secureModel, int securesCount);
} }
} }