-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
110 changed files
with
431 additions
and
1,390 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
New/modules/Nezam.Modular.ESS.Identity.Domain.Shared/Employer/EmployerId.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
using Bonyan.Layer.Domain.ValueObjects; | ||
using Payeh.SharedKernel.Domain.ValueObjects; | ||
|
||
namespace Nezam.Modular.ESS.Identity.Domain.Shared.Employer; | ||
|
||
public class EmployerId : BonBusinessId<EmployerId> | ||
public class EmployerId : BusinessId<EmployerId> | ||
{ | ||
} |
4 changes: 2 additions & 2 deletions
4
New/modules/Nezam.Modular.ESS.Identity.Domain.Shared/Engineer/EngineerId.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
using Bonyan.Layer.Domain.ValueObjects; | ||
using Payeh.SharedKernel.Domain.ValueObjects; | ||
|
||
namespace Nezam.Modular.ESS.Identity.Domain.Shared.Engineer; | ||
|
||
public class EngineerId : BonBusinessId<EngineerId> | ||
public class EngineerId : BusinessId<EngineerId> | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
New/modules/Nezam.Modular.ESS.Identity.Domain.Shared/Roles/RoleId.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
using Bonyan.Layer.Domain.ValueObjects; | ||
using Payeh.SharedKernel.Domain.ValueObjects; | ||
|
||
namespace Nezam.Modular.ESS.Identity.Domain.Shared.Roles; | ||
|
||
public class RoleId : BonBusinessId<RoleId,string> | ||
public class RoleId : BusinessId<RoleId,string> | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
New/modules/Nezam.Modular.ESS.Identity.Domain.Shared/User/UserEmailValue.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
New/modules/Nezam.Modular.ESS.Identity.Domain.Shared/User/UserId.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
using Bonyan.Layer.Domain.ValueObjects; | ||
using Payeh.SharedKernel.Domain.ValueObjects; | ||
|
||
namespace Nezam.Modular.ESS.Identity.Domain.Shared.User; | ||
|
||
public class UserId : BonBusinessId<UserId> | ||
public class UserId : BusinessId<UserId> | ||
{ | ||
|
||
} |
4 changes: 2 additions & 2 deletions
4
New/modules/Nezam.Modular.ESS.Identity.Domain.Shared/User/UserNameValue.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
New/modules/Nezam.Modular.ESS.Identity.Domain.Shared/User/UserPasswordValue.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
New/modules/Nezam.Modular.ESS.Identity.Domain.Shared/User/UserProfileValue.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 0 additions & 44 deletions
44
New/modules/Secretariat/Nezam.Modular.ESS.Secretariat.Application/Documents/DocumentDto.cs
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
...odules/Secretariat/Nezam.Modular.ESS.Secretariat.Application/Documents/DocumentProfile.cs
This file was deleted.
Oops, something went wrong.
130 changes: 0 additions & 130 deletions
130
...odules/Secretariat/Nezam.Modular.ESS.Secretariat.Application/Documents/DocumentService.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.