lnetrebskii

Results 1 issues of lnetrebskii

Join operation does not work. The next query returns an empty object for BookingStatus. ``` _context.CreateQuery() .Join(_context.CreateQuery(), brb => brb.BookingStatus.Id, st => st.Id, (brb, st) => new { Brb =...

Server Platform API Fix\Change