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