public string Demo_insert(string s) { string a = s; DalHelper da = new DalHelper(); return(da.Insert_into_demo(a)); }
public string Insert_into_login(string s) { DalHelper da = new DalHelper(); return(da.Insert_into_login(s)); }
public string Insert_into_edu(string s) { DalHelper da = new DalHelper(); return(da.Insert_into_inst(s)); }