Пример #1
0
        public List <as_mailAttachment> GetMailAttachments()
        {
            List <as_mailAttachment> res = db.GetMailAttachments();

            return(res);
        }