Beispiel #1
0
 public CheckAuthority(IRolesStore rolesStore, IJurisdictionStore jurisdictionStore)
 {
     this._IRolesStore        = rolesStore;
     this._IJurisdictionStore = jurisdictionStore;
 }
 public JurisdictionManager(IJurisdictionStore iJurisdictionStore, IMapper IMapper)
 {
     this._IJurisdictionStore = iJurisdictionStore;
     this._Mapper             = IMapper;
 }