Esempio n. 1
0
 public System.Threading.Tasks.Task <byte[]> GetImageAsync(int productId, AdventureWorks.BL.Infrastructure.Enums.ImageType type)
 {
     return(base.Channel.GetImageAsync(productId, type));
 }
Esempio n. 2
0
 public byte[] GetImage(int productId, AdventureWorks.BL.Infrastructure.Enums.ImageType type)
 {
     return(base.Channel.GetImage(productId, type));
 }