chore: Aktualisierte Core.Application

This commit is contained in:
Developer 02
2025-01-15 11:43:18 +01:00
parent 6fc8bdc964
commit b7f8ea1e8e
14 changed files with 19 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ using DigitalData.Core.DTO;
namespace DigitalData.UserManager.Application.Contracts
{
public interface IUserRepService : IBaseService<UserRepCreateDto, UserRepReadDto, UserRepUpdateDto, UserRep>
public interface IUserRepService : IBaseService<UserRepCreateDto, UserRepReadDto, UserRep>
{
Task<DataResult<IEnumerable<UserRepReadDto>>> ReadAllAsync(bool withUser = false, bool withRepGroup = false, bool withGroup = false, bool withRepUser = false, int? userId = null, int? groupId = null);
}