Exemple #1
0
        public BEAttachments SelectByPageTypeSpecificIDAndPageTypeIDWithROColumns(int pageTypeSpecificID, int pageTypeID)
        {
            BEAttachments ds = new BEAttachments();
            DAAttachments da = new DAAttachments();

            da.SelectByPageTypeSpecificIDAndPageTypeIDWithROColumns(pageTypeSpecificID, pageTypeID, ds.tbl_Attachments);
            return ds;
        }