Skip to content

Commit

Permalink
Cleanup usings
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Oct 20, 2024
1 parent 0e36f29 commit 847377d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Newtonsoft.Json;

namespace Serene.Administration;

public class RolePermissionUpdateRequest : ServiceRequest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.AspNetCore.DataProtection;
using MyRow = Serene.Administration.UserRow;
using MyRow = Serene.Administration.UserRow;

namespace Serene.Administration.Endpoints;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Threading.Tasks;

namespace Serene.Administration.Pages;
namespace Serene.Administration.Pages;

[PageAuthorize(typeof(UserRow))]
public class UserPage : Controller
Expand Down
4 changes: 1 addition & 3 deletions serene/src/Serene.Web/Modules/Administration/User/UserRow.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Serenity.Extensions.Entities;

namespace Serene.Administration;
namespace Serene.Administration;

[ConnectionKey("Default"), Module("Administration"), TableName("Users")]
[DisplayName("Users"), InstanceName("User")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Serenity.Localization;
using System.Data;
using System.Reflection;
using MyRow = Serene.Administration.UserPermissionRow;
using Microsoft.Extensions.Caching.Memory;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using Serene.Administration;

namespace Serene;

[Serializable]
Expand Down

0 comments on commit 847377d

Please sign in to comment.