Example #1
0
 private Singleton()
 {
     IGSR  = this;
     IGSU  = this;
     IGSP  = this;
     IGSG  = this;
     IGSA  = this;
     IGSPR = this;
     IGSPI = this;
     IC    = this;
 }
 public Conection()
 {
     IC = this;
 }
Example #3
0
 public AppRepository(IConection conection)
 {
     this.conection = conection;
 }
Example #4
0
 /// <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;
 }