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

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