public ClienteBO()
 {
     this._objContext = new FuenteSodaEntities();
     this._objContext.Configuration.ProxyCreationEnabled = false;
 }
Beispiel #2
0
 public DetalleProductoBO()
 {
     this._objContext = new FuenteSodaEntities();
     this._objContext.Configuration.ProxyCreationEnabled = false;
 }