Example #1
0
 public ProfileBSO()
 {
     this.profileRepo   = FacadeProvider.IfsFacade.GetRepositoryByInterface <IProfileRepository>();
     this.logger        = FacadeProvider.IfsFacade.GetLogger <ProfileBSO>();
     this.idMapBSO      = BusinessFacade.GetBSO <IDMapBSO>();
     this.partyRoleBSO  = BusinessFacade.GetBSO <RoleBSO>();
     this.configuration = FacadeProvider.IfsFacade.GetConfigurationRoot();
     this.services      = FacadeProvider.IfsFacade.GetExternalServices();
 }
Example #2
0
 public PartyBSO()
 {
     this.partyRepo = FacadeProvider.IfsFacade.GetRepository <Party>();
     this.logger    = FacadeProvider.IfsFacade.GetLogger <PartyBSO>();
     this.idMapBSO  = BusinessFacade.GetBSO <IDMapBSO>();
 }