Example #1
0
 public PrintFormResult GetGeneratedPrintForm(string authToken, DocumentType documentType, string printFormId)
 {
     if (string.IsNullOrEmpty(printFormId))
     {
         throw new ArgumentNullException("printFormId");
     }
     return(diadocHttpApi.GetGeneratedPrintForm(authToken, documentType, printFormId));
 }