- Removed inheritance from ICRUDRepository in IProfileRepository and related implementation - Cleaned up ProfileRepository to no longer extend CRUDRepository - Removed `profileActive` filter from IProfileObjStateRepository and implementation - Adjusted Read and ReadAsync methods accordingly
5 lines
88 B
C#
5 lines
88 B
C#
namespace WorkFlow.Infrastructure.Contracts;
|
|
|
|
public interface IProfileRepository
|
|
{
|
|
} |