コード例 #1
0
 public ClientesDAO()
 {
     context = new SistemaGestionEntities();
 }
コード例 #2
0
 public VentasDAO()
 {
     context = new SistemaGestionEntities();
 }
コード例 #3
0
 public PedidosDAO()
 {
     context = new SistemaGestionEntities();
 }