コード例 #1
0
 public IActionResult OnlyAvailable()
 {
     return(View("GetAll", WebshopService.GetOnlyAvailable(WebshopService.ShopItemsList)));
 }
コード例 #2
0
 public WebshopServiceUnitTest()
 {
     _webshopService = new WebshopService(_webshopContext);
     //_webshopContext = GetFullMockedContext();
 }