예제 #1
0
 public GrantModel()
 {
     tempComment        = new CommentModel();
     ReportDates        = new List <ReportDateModel>();
     Comments           = new List <CommentModel>();
     ExtensionDates     = new List <GrantExtensionModel>();
     Categories         = new List <CategoryModel>();
     LdprProjectNumbers = new List <LdprModel>();
     ganModel           = new GANModel();
     GanList            = new List <GANModel>();
     tempAttachment     = new AttachmentModel();
     Attachments        = new List <AttachmentModel>();
 }
예제 #2
0
 public ReportDateModel()
 {
     tempAttachment = new AttachmentModel();
     Attachments    = new List <AttachmentModel>();
 }
예제 #3
0
 public GANModel()
 {
     Attachments    = new List <AttachmentModel>();
     TempAttachment = new AttachmentModel();
 }