- 11
- 0
- 约 15页
- 2018-04-15 发布于河南
- 举报
public class UserRepository1
public class UserRepository
{
/// summary
/// add new register
/// /summary
/// param name=user/param
/// param name=msg/param
/// returns/returns
public bool AddNewRegisterUser(db_UserInfo user, ref string msg)
{
try
{
using (GamdDataDbmlDataContext context = new GamdDataDbmlDataContext())
{
user.UserPwd = Encrypt(user.UserPwd, true);
context.db_UserInfos.InsertOnSubmit(user);
context.SubmitChanges();
您可能关注的文档
- iframe.doc
- Infections of the Deep Spaces of the Neck.ppt
- IQ Test.ppt
- Item 13-Munich_060608_Funding of European Rail Infrastructure.ppt
- IW_ClientScriptProgramming.doc
- j-wass-QTL Associated with Maize Kernel Traits among Illinois Hi.ppt
- J2ME_API中文版(不全).doc
- JQuery Block UI V2.doc
- Jquery+swfupload+servlet实现多文件上传.doc
- JSP参考教材PPT-第四章 会话跟踪简介JavaMail和Servlet.ppt
- Sarhan Amman.ppt
- Staff Appraisal.ppt
- STP、Trunk和VTP.ppt
- Tablet computer.docx
- techniques-of-biotechnology-mcclean-good.ppt
- The Bretton Woods System.doc
- This post has been changed since it was first posted (see below).doc
- TM404 Lecture 2 An introduction to Direct MKT.ppt
- Trait Approaches to Personality.ppt
- Transition.doc
原创力文档

文档评论(0)