This commit is contained in:
2026-05-16 01:16:14 +03:30
parent a7d63ea09d
commit 60d91d1612
+1 -1
View File
@@ -17,7 +17,7 @@ namespace xDataService.Interfaces
/// <typeparam name="TDto"></typeparam>
/// <typeparam name="TKey"></typeparam>
public interface IXBaseRepositoryController<TEntity, TKey>
where TEntity : XBaseEntity<TKey>
where TEntity : XBaseEntity<TKey>
{
//
IXBaseRepository<TEntity, TKey> Repository { get; }