public IActionResult OnlyAvailable()
 {
     return(View("GetAll", WebshopService.GetOnlyAvailable(WebshopService.ShopItemsList)));
 }
Пример #2
0
 public WebshopServiceUnitTest()
 {
     _webshopService = new WebshopService(_webshopContext);
     //_webshopContext = GetFullMockedContext();
 }