示例#1
0
        public ReportAttachFile Update(ReportAttachFile obj)
        {
            ReportAttachFileBO reportattachfileBO = new ReportAttachFileBO(obj);

            reportattachfileDao.Update(reportattachfileBO);
            return(obj);
        }
示例#2
0
        public int Insert(ReportAttachFile obj)
        {
            ReportAttachFileBO reportattachfileBO = new ReportAttachFileBO(obj);

            return(reportattachfileDao.Insert(reportattachfileBO));
        }