Exemple #1
0
 public BEAttachments SelectAllInactive()
 {
     BEAttachments ds = new BEAttachments();
     DAAttachments da = new DAAttachments();
     da.SelectAllInactive(ds.tbl_Attachments);
     return ds;
 }