Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix : Clean up issues #541

Merged
merged 3 commits into from
Jul 20, 2023
Merged

fix : Clean up issues #541

merged 3 commits into from
Jul 20, 2023

Conversation

wzh425
Copy link
Contributor

@wzh425 wzh425 commented Jul 20, 2023

No description provided.

@wzh425 wzh425 requested a review from MayueCif July 20, 2023 09:39
@@ -22,6 +22,11 @@ public async Task<PaginatedListDto<MessageTaskHistoryDto>> GetListAsync(GetMessa
return await GetAsync<MessageTaskHistoryDto>($"{id}");
}

public async Task<List<MessageTaskReceiverDto>> GetReceiverUsersAsync(Guid id)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GetReceiversAsync


namespace Masa.Mc.Service.Admin.Application.MessageTasks.Queries;

public record GetMessageTaskHistoryReceiverUsersQuery(Guid MessageTaskHistoryId) : Query<List<MessageTaskReceiverDto>>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GetMessageTaskHistoryReceiversQuery

@MayueCif MayueCif merged commit d7864e1 into main Jul 20, 2023
1 check passed
@wzh425 wzh425 deleted the fix/bug branch July 24, 2023 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants