Exemple #1
0
        public BEAttachments SelectByID(int AttachmentID)
        {
            BEAttachments ds = new BEAttachments();
            DAAttachments da = new DAAttachments();

            da.SelectByID(AttachmentID.ToString(), ds.tbl_Attachments);
            return ds;
        }