Допилил ShopStorage
This commit is contained in:
parent
61650ce283
commit
9fcaacc821
@ -2,6 +2,7 @@
|
|||||||
using SecuritySystemContracts.SearchModels;
|
using SecuritySystemContracts.SearchModels;
|
||||||
using SecuritySystemContracts.StoragesContracts;
|
using SecuritySystemContracts.StoragesContracts;
|
||||||
using SecuritySystemContracts.ViewModels;
|
using SecuritySystemContracts.ViewModels;
|
||||||
|
using SecuritySystemDataModels.Models;
|
||||||
using SecuritySystemListImplement.Models;
|
using SecuritySystemListImplement.Models;
|
||||||
|
|
||||||
namespace SecuritySystemListImplement.Implements
|
namespace SecuritySystemListImplement.Implements
|
||||||
@ -117,5 +118,10 @@ namespace SecuritySystemListImplement.Implements
|
|||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public bool SellSecures(ISecureModel secureModel, int securesCount)
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user