[CHANGE] Removed generics and using base classes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace DotBased.AspNet.Authority.Repositories;
|
||||
|
||||
public interface IGroupRepository<TGroup> where TGroup : class
|
||||
public interface IGroupRepository
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user