b23df8540e64b05b869b2e42036728ac6adb45f8.svn-base 521 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace iBemsDataService
  7. {
  8. //// Uncomment following class, rename it and add addributes to the corresponding contextual model
  9. ////<EntityType Name="Product" m:HasStream="true" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
  10. //public partial class Product: IImageSource {
  11. // public byte[] Image {
  12. // get { return ImageSource.Image; }
  13. // }
  14. //}
  15. }