forked from hamed-shirbandi/TaskoMask
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
b1d0c74
commit f6bde8e
Showing
158 changed files
with
351 additions
and
351 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...re/Dtos/Operators/OperatorBasicInfoDto.cs → ...tration/Operators/OperatorBasicInfoDto.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
2 changes: 1 addition & 1 deletion
2
....Core/Dtos/Operators/OperatorOutputDto.cs → ...nistration/Operators/OperatorOutputDto.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
11 changes: 11 additions & 0 deletions
11
Application.Core/Dtos/Administration/Operators/OperatorUpsertDto.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
| ||
|
||
using TaskoMask.Application.Core.Dtos.Common.Users; | ||
|
||
namespace TaskoMask.Application.Core.Dtos.Administration.Operators | ||
{ | ||
public class OperatorUpsertDto : UserUpsertDto | ||
{ | ||
|
||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...e/Dtos/Permissions/PermissionOutputDto.cs → ...ration/Permissions/PermissionOutputDto.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
8 changes: 8 additions & 0 deletions
8
Application.Core/Dtos/Administration/Permissions/PermissionUpsertDto.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
| ||
namespace TaskoMask.Application.Core.Dtos.Administration.Permissions | ||
{ | ||
public class PermissionUpsertDto : PermissionBasicInfoDto | ||
{ | ||
|
||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
Application.Core/Dtos/Roles/RoleBaseDto.cs → .../Dtos/Administration/Roles/RoleBaseDto.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
...ation.Core/Dtos/Roles/RoleBasicInfoDto.cs → .../Administration/Roles/RoleBasicInfoDto.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
2 changes: 1 addition & 1 deletion
2
Application.Core/Dtos/Roles/RoleOutputDto.cs → ...tos/Administration/Roles/RoleOutputDto.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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
| ||
|
||
namespace TaskoMask.Application.Core.Dtos.Administration.Roles | ||
{ | ||
public class RoleUpsertDto : RoleBaseDto | ||
{ | ||
|
||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
Application.Core/Dtos/Users/UserBaseDto.cs → ...ion.Core/Dtos/Common/Users/UserBaseDto.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
...ation.Core/Dtos/Users/UserBasicInfoDto.cs → ...ore/Dtos/Common/Users/UserBasicInfoDto.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
2 changes: 1 addition & 1 deletion
2
....Core/Dtos/Users/UserChangePasswordDto.cs → ...tos/Common/Users/UserChangePasswordDto.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
2 changes: 1 addition & 1 deletion
2
Application.Core/Dtos/Users/UserLoginDto.cs → ...on.Core/Dtos/Common/Users/UserLoginDto.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
2 changes: 1 addition & 1 deletion
2
...n.Core/Dtos/Users/UserResetPasswordDto.cs → ...Dtos/Common/Users/UserResetPasswordDto.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
Application.Core/Dtos/Users/UserInputDto.cs → ...n.Core/Dtos/Common/Users/UserUpsertDto.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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
...ion.Core/Dtos/Boards/BoardBasicInfoDto.cs → ...askManagement/Boards/BoardBasicInfoDto.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
...cation.Core/Dtos/Boards/BoardReportDto.cs → ...s/TaskManagement/Boards/BoardReportDto.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
9 changes: 9 additions & 0 deletions
9
Application.Core/Dtos/TaskManagement/Boards/BoardUpsertDto.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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
| ||
|
||
namespace TaskoMask.Application.Core.Dtos.TaskManagement.Boards | ||
{ | ||
public class BoardUpsertDto : BoardBaseDto | ||
{ | ||
|
||
} | ||
} |
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
...ation.Core/Dtos/Cards/CardBasicInfoDto.cs → .../TaskManagement/Cards/CardBasicInfoDto.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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using TaskoMask.Application.Core.Dtos.TaskManagement.Tasks; | ||
|
||
namespace TaskoMask.Application.Core.Dtos.TaskManagement.Cards | ||
{ | ||
public class CardReportDto: TaskReportDto | ||
{ | ||
|
||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
| ||
namespace TaskoMask.Application.Core.Dtos.TaskManagement.Cards | ||
{ | ||
public class CardUpsertDto: CardBaseDto | ||
{ | ||
|
||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
Application.Core/Dtos/Tasks/TaskBaseDto.cs → .../Dtos/TaskManagement/Tasks/TaskBaseDto.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
...ation.Core/Dtos/Tasks/TaskBasicInfoDto.cs → .../TaskManagement/Tasks/TaskBasicInfoDto.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
2 changes: 1 addition & 1 deletion
2
Application.Core/Dtos/Tasks/TaskReportDto.cs → ...tos/TaskManagement/Tasks/TaskReportDto.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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
namespace TaskoMask.Application.Core.Dtos.TaskManagement.Tasks | ||
{ | ||
public class TaskUpsertDto: TaskBaseDto | ||
{ | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
using TaskoMask.Application.Core.Dtos.Common.Users; | ||
|
||
namespace TaskoMask.Application.Core.Dtos.Team.Members | ||
{ | ||
public class MemberBasicInfoDto : UserBasicInfoDto | ||
{ | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...on.Core/Dtos/Members/MemberRegisterDto.cs → ...re/Dtos/Team/Members/MemberRegisterDto.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
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
...Organizations/OrganizationBasicInfoDto.cs → ...Organizations/OrganizationBasicInfoDto.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
Oops, something went wrong.