Exemplo n.º 1
0
        public ResultObj <string> GetPriceByWaresId(string waresId)
        {
            IFullfilBill ifullfil = new TunnelInfoService();

            return(Content(ifullfil.GetPriceByWaresId(waresId)));
        }