Пример #1
0
 public UserInfoM()
 {
     State                  = new StateM();
     City                   = "Oakland";
     apnAddress             = new APNAddress();
     TranslationServiceInfo = new TranslationServiceInfoM();
 }
Пример #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();
 }
 public ReturnResult <bool> SaveTranslationServiceInfo(RAP.Core.DataModels.TranslationServiceInfoM model)
 {
     return(accDBHandler.SaveTranslationServiceInfo(model));
 }