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

You can centralize the repetitive logic and make the code more concise and maintainable. #4

Open
bierquelle06 opened this issue Aug 21, 2023 · 0 comments

Comments

@bierquelle06
Copy link
Member

bierquelle06 commented Aug 21, 2023

For Example :

AdsPushSender.cs

private async Task SendNotificationAsync(
Func<string, CancellationToken, Task> senderFactory,
string providerSettings,
string pushToken,
AdsPushBasicSendPayload payload,
CancellationToken cancellationToken)
{
// Your Code Blocks
}

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

No branches or pull requests

1 participant