Update Lang Version to 12 ...

Add Support for Get All as Async Enumerable ...
This commit is contained in:
2026-06-12 02:13:10 +03:30
parent b4d8484f4c
commit 3ff20403f9
5 changed files with 57 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore.Query;