Commit a0d3eb3f authored by hasan khaddour's avatar hasan khaddour

Fisx Contracts

parent 510e4e47
......@@ -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 ProjectTypeId { get; set; }
public ProjectClassification ProjectClassification { get; set; }
public EmployeeResponse TeamLeader { get; set; }
......
......@@ -4,7 +4,8 @@
int Id,
string TypeName ,
string Description,
int ExpectedEffort
int ExpectedEffort,
int ExpectedNumberOfWorker
);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment