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 IGroupOfUserService : IBaseService<GroupOfUserCreateDto, GroupOfUserReadDto, GroupOfUserUpdateDto, GroupOfUser>
public interface IGroupOfUserService : IBaseService<GroupOfUserCreateDto, GroupOfUserReadDto, GroupOfUser>
{
Task<Result> DeleteAsyncByGroupUserId(int groupId, int userId);