Browse Source

Merge pull request #1283 from colinin/remove-useless-namespace

feat(paltform): remove useless namespace
pull/1284/head
yx lin 7 months ago
committed by GitHub
parent
commit
cb0595406e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/Messages/EmailMessageManager.cs

1
aspnet-core/modules/platform/LINGYUN.Platform.Domain/LINGYUN/Platform/Messages/EmailMessageManager.cs

@ -1,7 +1,6 @@
using Microsoft.Extensions.Logging;
using System;
using System.IO;
using System.Net;
using System.Net.Mail;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

Loading…
Cancel
Save