Skip to content

Commit 3b2c53d

Browse files
committed
https://trello.com/c/ELHZN5CE Add SendPrinterProblemNotification API call
1 parent fa24a9d commit 3b2c53d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using JetBrains.Annotations;
2+
3+
namespace ProReception.DistributionServerInfrastructure.ProReceptionApi.Notification;
4+
5+
[PublicAPI]
6+
public static class NotificationExtensions
7+
{
8+
public static async Task SendPrinterProblemNotification(this IProReceptionApiClient proReceptionApiClient)
9+
=> await proReceptionApiClient.Post("notification/printer-problem", new object());
10+
}

0 commit comments

Comments
 (0)