コード例 #1
0
ファイル: CUserManager.cs プロジェクト: yoonjoohye/Metoo
        public int AddUser(ref CUser aUser)
        {
            Metoo_Key tmpUser = new Metoo_Key();

            tmpUser.key = aUser.key;

            theUserContext.Metoo_Key.InsertOnSubmit(tmpUser);
            theUserContext.SubmitChanges();

            return(1);
        }
コード例 #2
0
 partial void DeleteMetoo_Key(Metoo_Key instance);
コード例 #3
0
 partial void UpdateMetoo_Key(Metoo_Key instance);
コード例 #4
0
 partial void InsertMetoo_Key(Metoo_Key instance);