https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs0106?f1url=%3FappId%3Droslyn%26k%3Dk(CS0106)
"The public keyword is not allowed on an explicit interface declaration. In this case, remove the public keyword from the explicit interface declaration."
Proč mi VS háže tento fail, když jsem TO PŘESNĚ OPSAL ze zadání?
this.AddFlashMessage(new FlashMessage("Počet produktů na skladě byl navýšen.", FlashMessageType.Success));
return Redirect(Request.Headers["Referer"].ToString());
public IActionResult ManageProduct(ManageProductViewModel model)