Beispiel #1
0
        public String saveRate(Rate p)
        {
            String chk = "";

            chk = ratedb.insertRate(p);
            return(chk);
        }