Exemple #1
0
 public System.Web.Mvc.FileResult Get(int productId)
 {
     return(_legacyProductImageController.Index(productId) as System.Web.Mvc.FileContentResult);
 }