/// <summary> /// </summary> /// <returns></returns> /// <exception cref="ArgumentNullException">factory is <see langword="null"/></exception> public static CurrentSectionStageRepository GetInstance() { return(GetInstance <CurrentSectionStageRepository>(SessionWrapper.GetInstance().Factory)); }
/// <summary> /// </summary> /// <returns></returns> /// <exception cref="ArgumentNullException">factory is <see langword="null"/></exception> public static MassRepository GetInstance() { return(GetInstance <MassRepository>(SessionWrapper.GetInstance().Factory)); }
/// <summary> /// </summary> /// <returns></returns> /// <exception cref="ArgumentNullException">factory is <see langword="null"/></exception> public static ASRStageRepository GetInstance() { return(GetInstance <ASRStageRepository>(SessionWrapper.GetInstance().Factory)); }
/// <summary> /// </summary> /// <returns></returns> /// <exception cref="ArgumentNullException">factory is <see langword="null"/></exception> public static PowerSupplyStationRepository GetInstance() { return(GetInstance <PowerSupplyStationRepository>(SessionWrapper.GetInstance().Factory)); }
/// <summary> /// /// </summary> /// <returns></returns> public static FeederRepository GetInstance() { return(GetInstance <FeederRepository>(SessionWrapper.GetInstance().Factory)); }
/// <summary> /// /// </summary> /// <returns></returns> public static TrainNameRepository GetInstance() { return(GetInstance <TrainNameRepository>(SessionWrapper.GetInstance().Factory)); }
internal static EnergyRepository GetInstance() { return(GetInstance <EnergyRepository>((SessionWrapper.GetInstance().Factory))); }
/// <summary> /// </summary> /// <returns></returns> /// <exception cref="ArgumentNullException">factory is <see langword="null"/></exception> public static ResistanceRepository GetInstance() { return(GetInstance <ResistanceRepository>(SessionWrapper.GetInstance().Factory)); }
/// <summary> /// Создает экземляр репозиторий для дополнительных параметров /// </summary> /// <returns></returns> /// <exception cref="ArgumentNullException">factory is <see langword="null"/></exception> internal static АdditionalParameterRepository GetInstance() { return(GetInstance <АdditionalParameterRepository>(SessionWrapper.GetInstance().Factory)); }