File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 44// </copyright>
55//-----------------------------------------------------------------------
66
7- namespace PosInformatique . Foundations . Emailing . Azure
7+ namespace Microsoft . Extensions . DependencyInjection
88{
99 using global ::Azure . Communication . Email ;
1010 using global ::Azure . Core . Extensions ;
1111 using Microsoft . Extensions . Azure ;
1212 using Microsoft . Extensions . DependencyInjection . Extensions ;
13+ using PosInformatique . Foundations . Emailing ;
14+ using PosInformatique . Foundations . Emailing . Azure ;
1315
1416 /// <summary>
1517 /// Extension methods to configure the <c>Azure Communication Service</c> provider
Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ dotnet add package PosInformatique.Foundations.Emailing.Azure
3737``` csharp
3838using Microsoft .Extensions .DependencyInjection ;
3939using PosInformatique .Foundations .EmailAddresses ;
40- using PosInformatique .Foundations .Emailing ;
41- using PosInformatique .Foundations .Emailing .Azure ;
4240
4341var services = new ServiceCollection ();
4442
@@ -66,8 +64,6 @@ using Azure.Communication.Email;
6664using Azure .Identity ;
6765using Microsoft .Extensions .Azure ;
6866using Microsoft .Extensions .DependencyInjection ;
69- using PosInformatique .Foundations .Emailing ;
70- using PosInformatique .Foundations .Emailing .Azure ;
7167
7268var services = new ServiceCollection ();
7369
Original file line number Diff line number Diff line change 44// </copyright>
55//-----------------------------------------------------------------------
66
7- namespace PosInformatique . Foundations . Emailing . Graph
7+ namespace Microsoft . Extensions . DependencyInjection
88{
99 using Azure . Core ;
1010 using Microsoft . Extensions . DependencyInjection . Extensions ;
1111 using Microsoft . Graph ;
12+ using PosInformatique . Foundations . Emailing ;
13+ using PosInformatique . Foundations . Emailing . Graph ;
1214
1315 /// <summary>
1416 /// Extension methods to configure the <c>Azure Communication Service</c> provider
Original file line number Diff line number Diff line change 44// </copyright>
55//-----------------------------------------------------------------------
66
7- namespace PosInformatique . Foundations . Emailing
7+ namespace Microsoft . Extensions . DependencyInjection
88{
9- using Microsoft . Extensions . DependencyInjection ;
10-
119 /// <summary>
1210 /// Used to configure e-mailing feature.
1311 /// </summary>
You can’t perform that action at this time.
0 commit comments