コード例 #1
0
        public Country Get(string id)
        {
            DBtools d = new DBtools();

            return(d.getCountry(id));
        }