예제 #1
0
        public as_mailAttachment GetMailAttachment(int id)
        {
            as_mailAttachment res = db.GetMailAttachment(id);

            return(res);
        }