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

            return(service.GetNewKey("RowId", "maxplus", id));
        }