Skip to content

Commit

Permalink
Changing models namespace into loby.tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtabanabavi committed Mar 27, 2022
1 parent 05d8be5 commit b80cc6a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion Loby/Tools/Mailer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Text;
using System.Net.Mail;
using Loby.Extensions;
using Loby.Tools.Models;
using System.Threading.Tasks;
using System.Collections.Generic;

Expand Down
7 changes: 1 addition & 6 deletions Loby/Tools/Models/MailerSettings.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using System.Net;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;

namespace Loby.Tools.Models
namespace Loby.Tools
{
public class MailerSettings
{
Expand Down Expand Up @@ -56,6 +52,5 @@ public class MailerSettings
/// An string that contains a display name as sender email address.
/// </summary>
public string SenderDisplayName { get; set; }

}
}
6 changes: 1 addition & 5 deletions Loby/Tools/Models/PagingResult.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;
using Loby.Tools;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;

namespace Loby.Tools.Models
namespace Loby.Tools
{
/// <summary>
/// Any instance of this class holds the pagination result
Expand Down
1 change: 0 additions & 1 deletion Loby/Tools/Paginator.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Linq;
using Loby.Tools.Models;
using System.Collections.Generic;

namespace Loby.Tools
Expand Down

0 comments on commit b80cc6a

Please sign in to comment.