12345678910111213141516 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace iBemsDataService
- {
- //// Uncomment following class, rename it and add addributes to the corresponding contextual model
- ////<EntityType Name="Product" m:HasStream="true" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
- //public partial class Product: IImageSource {
- // public byte[] Image {
- // get { return ImageSource.Image; }
- // }
- //}
- }
|