Ejemplo n.º 1
0
 public List <Attachment> GetAttachmentByID(List <Guid> ids)
 {
     return(AttachmentDa.GetAttachmentByID(ids));
 }
Ejemplo n.º 2
0
 public void AddAttach(Attachment attach)
 {
     AttachmentDa.InsertAttach(attach);
 }
Ejemplo n.º 3
0
 public Attachment GetAttachmentByID(Guid id)
 {
     return(AttachmentDa.GetAttachmentByID(id));
 }