Ngoc Anh

Results 1 issues of Ngoc Anh

I had successfull scaffold model by EntityFrameworkCore.ClickHouse package and I use this code to get data from my clickhouse database ``` [HttpGet] public async Task GetUsers() { return await _context.Users.OrderBy(u...