refactor: Update protobuf namespaces and remove unused imports

This commit is contained in:
masoodafar-web
2025-12-06 16:42:15 +03:30
parent ba38e4ac22
commit b229a3f0b6
98 changed files with 62 additions and 205 deletions
@@ -1,4 +1,3 @@
using BackOffice.BFF.Application.UserCQ.Commands.CreateNewUser;
using CMSMicroservice.Protobuf.Protos.UserRole;
namespace BackOffice.BFF.Application.UserRoleCQ.Commands.CreateNewUserRole;
@@ -1,4 +1,3 @@
using BackOffice.BFF.Application.UserCQ.Queries.GetAllUserByFilter;
using CMSMicroservice.Protobuf.Protos.UserRole;
namespace BackOffice.BFF.Application.UserRoleCQ.Queries.GetAllUserRoleByFilter;
@@ -1,4 +1,3 @@
using BackOffice.BFF.Application.UserCQ.Queries.GetUser;
using CMSMicroservice.Protobuf.Protos.UserRole;
namespace BackOffice.BFF.Application.UserRoleCQ.Queries.GetUserRole;