Ejemplo n.º 1
0
		public static webModel.Price ToWebModel(this coreModel.Price price)
		{
			var retVal = new webModel.Price();
			retVal.InjectFrom(price);
			retVal.ProductId = price.ProductId;
			return retVal;
		}
Ejemplo n.º 2
0
        public static webModel.Price ToWebModel(this coreModel.Price price)
        {
            var retVal = new webModel.Price();

            retVal.InjectFrom(price);
            retVal.ProductId = price.ProductId;
            return(retVal);
        }