Exemplo n.º 1
0
        public int?GetStuffPrice(Guid stuffID)
        {
            //DebugHelper.Break();
            var UnitPrice = new PriceListBL().GetStuffPrice(stuffID);

            return(UnitPrice);
        }
Exemplo n.º 2
0
        public int?GetServicePrice(Guid serviceID)
        {
            var UnitPrice = new PriceListBL().GetServicePrice(serviceID);

            return(UnitPrice);
        }