示例#1
0
        private Tuple <int, string, int, string> GetDefalutBin(long whId)
        {
            WhService whService = new WhService();

            return(whService.getRcvDefaultBin(whId));
        }