feat(repository): Implementieren Sie ProfileRepository mit ReadAsync unter Verwendung von FNMWF_GET_PROFILES.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace WorkFlow.Application.Contracts.Repositories;
|
||||
using WorkFlow.Domain.Entities;
|
||||
|
||||
namespace WorkFlow.Application.Contracts.Repositories;
|
||||
|
||||
public interface IProfileRepository
|
||||
{
|
||||
Task<Profile?> ReadAsync(int userId);
|
||||
}
|
||||
Reference in New Issue
Block a user