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(); }
public PartyBSO() { this.partyRepo = FacadeProvider.IfsFacade.GetRepository <Party>(); this.logger = FacadeProvider.IfsFacade.GetLogger <PartyBSO>(); this.idMapBSO = BusinessFacade.GetBSO <IDMapBSO>(); }