コード例 #1
0
        public List <CM_RiskRatingAttachment> List_CM_RiskRatingAttachment(long cmId)
        {
            CM_RiskRating_Services svc = new CM_RiskRating_Services();

            svc.AppConfig = this.AppConfig;
            return(svc.ListAttachment(cmId));
        }
コード例 #2
0
        public void Get_CM_RiskRatingAttachment_Content(long id)
        {
            CM_RiskRating_Services svc = new CM_RiskRating_Services();

            svc.AppConfig = this.AppConfig;
            XDocument xDoc = svc.GetAttachmentContent(id);

            this.ReturnXDocumentFile(xDoc);
        }