Using the method of characteristics on a PDE system, I have gotten a parametric differential equation $$ \frac{dy}{dx} = \frac{y - xy}{1 + xy - x}. $$ where $x$ and $y$ are both functions of a third variable $t$. How could I use Mathematica to solve for the solution curve that $(x(t), y(t))$ follows? There is a similar approach done here: Does this simple 2D dynamical system have a conserved quantity?.
EDIT: The system where this came from is \begin{align*} \frac{dx}{dt} &= x - xy \\ \frac{dy}{dt} &= 1 + xy - y \end{align*}
EDIT2: Just to be clear, I know how to draw solution curves with Mathematica. What I am wondering if there is a way to solve the equation analytically and get a closed form curve as the solution.

The above is Mathematica coding (that can be subtantially improved) for three boundary conditions (blue,red,magenta) $ { (x_i,y_i)= (-0.4,2.75),(-.2,4), (4.4,3.75) } $
Mathematica Link