Rozhkov Alexey
Results
6
issues of
Rozhkov Alexey
My template is: ``` @model NSysWebTest.Web.ViewModels.Products.ProductCategoryViewModel ``` Template model `ProductCategoryViewModel` is ``` new ProductCategoryViewModel{ Name = "Test", Note = null }; ``` I'm getting an error System.NullReferenceException while rendering a...