コード例 #1
0
 public SalesBusinessLayer()
 {
     this.ISalesRepositoty = new SalesRepositoty();
 }
コード例 #2
0
 public SalesBusinessLayer()
 {
     this.dbContext        = new ExtraaEdgeCRMEntities();
     this.ISalesRepositoty = new SalesRepositoty(this.dbContext);
 }