Example #1
0
 private Customization[] GenerateCustomizationsForKeyDocument(int keyDocumentId, KeyDocumentResponse keyDocumentResponse)
 {
     return(new Customization[] {});
 }
 private Customization[] GenerateCustomizationsForKeyDocument(int keyDocumentId, KeyDocumentResponse keyDocumentResponse)
 {
     return new Customization[]{};
 }
Example #3
0
 private List <JobDataSource> GenerateCSVForPersonalizedAndCustomizedVariables(KeyDocumentResponse keyDocumentResponse, string jobTicketId)
 {
     return(new List <JobDataSource>());
 }
 private List<JobDataSource> GenerateCSVForPersonalizedAndCustomizedVariables(KeyDocumentResponse keyDocumentResponse, string jobTicketId)
 {
     return new List<JobDataSource>();
 }