Ejemplo n.º 1
0
 public SalesBusinessLayer()
 {
     this.ISalesRepositoty = new SalesRepositoty();
 }
 public SalesBusinessLayer()
 {
     this.dbContext        = new ExtraaEdgeCRMEntities();
     this.ISalesRepositoty = new SalesRepositoty(this.dbContext);
 }