示例#1
0
        internal static byte[] Download(ServiceContext context, Attachable entity)
        {
            //Initializing the Dataservice object with ServiceContext
            DataService.DataService service = new DataService.DataService(context);

            return(service.Download(entity));
        }