コード例 #1
0
 public DetalleVentaService(string connectionString)
 {
     conexion = new ConnectionManager(connectionString);
     detalleVentaRepository = new DetalleVentaRepository(conexion);
 }
コード例 #2
0
 public DetalleVentaManger()
 {
     detalleRepository = new DetalleVentaRepository();
 }