Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
ProjectsStatusManagement
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hasan.bahjat
ProjectsStatusManagement
Commits
a0d3eb3f
Commit
a0d3eb3f
authored
Aug 26, 2024
by
hasan khaddour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fisx Contracts
parent
510e4e47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ProjectResponse.cs
PSManagement.Contracts/Projects/Response/ProjectResponse.cs
+1
-1
ProjectTypeResponse.cs
...t.Contracts/ProjectsTypes/Response/ProjectTypeResponse.cs
+2
-1
No files found.
PSManagement.Contracts/Projects/Response/ProjectResponse.cs
View file @
a0d3eb3f
...
...
@@ -16,7 +16,7 @@ namespace PSManagement.Contracts.Projects.Response
public
ProjectTypeResponse
ProjectType
{
get
;
set
;
}
public
Aggreement
ProjectAggreement
{
get
;
set
;
}
public
int
TeamLeaderId
{
get
;
set
;
}
public
int
ProjecTypeId
{
get
;
set
;
}
public
int
Projec
t
TypeId
{
get
;
set
;
}
public
ProjectClassification
ProjectClassification
{
get
;
set
;
}
public
EmployeeResponse
TeamLeader
{
get
;
set
;
}
...
...
PSManagement.Contracts/ProjectsTypes/Response/ProjectTypeResponse.cs
View file @
a0d3eb3f
...
...
@@ -4,7 +4,8 @@
int
Id
,
string
TypeName
,
string
Description
,
int
ExpectedEffort
int
ExpectedEffort
,
int
ExpectedNumberOfWorker
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment