Пример #1
0
        public string Insert_into_edu(string s)
        {
            DalHelper da = new DalHelper();

            return(da.Insert_into_inst(s));
        }