예제 #1
0
 public OrganisationDetail()
 {
     Restrictions = new Restrictions();
     Categories   = new Categories();
     Location     = new Location_Event();
     Contact      = new Contact();
     Tags         = Array.Empty <string>();
 }
예제 #2
0
 public OpportunityDetail()
 {
     Restrictions = new Restrictions();
     Occurrences  = new List <Occurrences>();
     Categories   = new Categories();
     Location     = new Location_Event();
     Contact      = new Contact();
     Tags         = Array.Empty <string>();
     Weekdays     = Array.Empty <int>();
 }