private void SetUpAreaModes <TAreaRegistration>(List <NetzErfassungsmodus> modes) { areaModusAssociationDictionary.Add(RouteDataKeyHelper.GetAreaKey <TAreaRegistration>(), modes); }
private void SetUpAreaRollen <TAreaRegistration>(List <Rolle> rollen) { areaRollenAssociationDictionary.Add(RouteDataKeyHelper.GetAreaKey <TAreaRegistration>(), rollen); }