2 references to PictureFileName
CatalogModel (1)
Model.cs (1)
72
builder.Property(ci => ci.
PictureFileName
)
CatalogService (1)
CatalogApi.cs (1)
40
var path = Path.Combine(environment.ContentRootPath, "Images", item.
PictureFileName
);