Skip to content

Instantly share code, notes, and snippets.

@rbaty-barr
Created October 13, 2016 14:54
Show Gist options
  • Save rbaty-barr/3c54f18a238000a4d76140029e61dc28 to your computer and use it in GitHub Desktop.
Save rbaty-barr/3c54f18a238000a4d76140029e61dc28 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace segalCollateral.Models
{
public class Pdfmodel
{
string T1 { get; set; }
public string UrlText { get; set; }
public string urlt { get; set; }
public string sendurl { get; set; }
public int printUrl { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment