コード例 #1
0
 public CaseSearch()
 {
     Analyst        = new CityUserAccount_M();
     HearingOfficer = new CityUserAccount_M();
     FromDate       = null;
     ToDate         = null;
 }
コード例 #2
0
ファイル: Petition.cs プロジェクト: josashutosh/GITTrial4Code
 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();
 }