コード例 #1
0
        public string GetNewRowId(int id)
        {
            var service = new psi_pickingGoodsService();

            return(service.GetNewKey("RowId", "maxplus", id));
        }
コード例 #2
0
 public string GetNewRowId(int id)
 {
     var service = new psi_pickingGoodsService();
     return service.GetNewKey("RowId", "maxplus",id);
 }