コード例 #1
0
ファイル: OAPersonBLL.cs プロジェクト: riyuexing/rms
        public int Update(OAPersonModel ObjModel, SqlTransaction Transaction)
        {
            OAPersonDAL ndal = new OAPersonDAL(Transaction);

            return(ndal.Update(ObjModel));
        }