public InstitutionalAgreementForm()
 {
     Participants = new List<InstitutionalAgreementParticipantForm>();
     Contacts = new List<InstitutionalAgreementContactForm>();
     Files = new List<InstitutionalAgreementFileForm>();
     Umbrella = new UmbrellaForm();
 }
Exemple #2
0
 public InstitutionalAgreementForm()
 {
     Participants = new List <InstitutionalAgreementParticipantForm>();
     Contacts     = new List <InstitutionalAgreementContactForm>();
     Files        = new List <InstitutionalAgreementFileForm>();
     Umbrella     = new UmbrellaForm();
 }