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> { }); }
public JKMServices.DTO.ServiceResponse <string> GetDocumentPDF() { string base64String = "JVBERi0xLjMNJeLjz9MNCjcgMCBvYmoNPDwvTGluZWFyaXplZCAxL0wgNzk0NS9PIDkvR"; JKMServices.DTO.ServiceResponse <string> response = new JKMServices.DTO.ServiceResponse <string> { Data = base64String }; return(response); }