예제 #1
0
 public int SaveMailAttachmentItem(as_mailAttachment element)
 {
     try
     {
         db.SaveMailAttachmentItem(element);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
     return(element.id);
 }
예제 #2
0
        public as_mailAttachment GetMailAttachment(int id)
        {
            as_mailAttachment res = db.GetMailAttachment(id);

            return(res);
        }