private Singleton() { IGSR = this; IGSU = this; IGSP = this; IGSG = this; IGSA = this; IGSPR = this; IGSPI = this; IC = this; }
public Conection() { IC = this; }
public AppRepository(IConection conection) { this.conection = conection; }
/// <summary> /// The contructor requires an open DataContext to work with /// </summary> /// <param name="context">An open DataContext</param> public CatalogRepository(IConection conexion, ILogger logger) { _conexion = conexion; }