[CHANGE] Repository manager

This commit is contained in:
max
2024-12-30 15:40:52 +01:00
parent 172d5838e7
commit 2d96a25906
4 changed files with 19 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
namespace DotBased.AspNet.Authority.Repositories;
public interface IGroupRepository<TGroup, TId> where TGroup : class where TId : IEquatable<TId>
public interface IGroupRepository<TGroup> where TGroup : class
{
}