예제 #1
0
 public JKMServices.DTO.ServiceResponse <JKMServices.DTO.Alert> MockPostAlertData()
 {
     JKMServices.DTO.ServiceResponse <JKMServices.DTO.Alert> serviceResponse;
     serviceResponse = new JKMServices.DTO.ServiceResponse <JKMServices.DTO.Alert>();
     return(new ServiceResponse <Alert> {
     });
 }
예제 #2
0
        public JKMServices.DTO.ServiceResponse <string> GetDocumentPDF()
        {
            string base64String = "JVBERi0xLjMNJeLjz9MNCjcgMCBvYmoNPDwvTGluZWFyaXplZCAxL0wgNzk0NS9PIDkvR";

            JKMServices.DTO.ServiceResponse <string> response = new JKMServices.DTO.ServiceResponse <string> {
                Data = base64String
            };
            return(response);
        }