Beispiel #1
0
        public int Insert(GK_OA_MeetSummaryModel ObjModel, SqlTransaction Transaction)
        {
            GK_OA_MeetSummaryDAL ydal = new GK_OA_MeetSummaryDAL(Transaction);

            return(ydal.Insert(ObjModel));
        }