Beispiel #1
0
 public CaseSearch()
 {
     Analyst        = new CityUserAccount_M();
     HearingOfficer = new CityUserAccount_M();
     FromDate       = null;
     ToDate         = null;
 }
Beispiel #2
0
 public CaseInfoM()
 {
     CityAnalyst                      = new CityUserAccount_M();
     HearingOfficer                   = new CityUserAccount_M();
     OwnerPetitionTenantInfo          = new OwnerPetitionTenantInfoM();
     OwnerPetitionRentalIncrementInfo = new OwnerPetitionRentalIncrementInfoM();
     Document               = new DocumentM();
     OwnerResponseInfo      = new OwnerResponseInfoM();
     TenantResponseInfo     = new TenantResponseInfoM();
     TranslationServiceInfo = new TranslationServiceInfoM();
 }