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