created new dto for projectAllocation for employee
This commit is contained in:
parent
361a2ab5c3
commit
4f0515f8f4
@ -8,4 +8,13 @@
|
|||||||
|
|
||||||
public bool Status { get; set; }
|
public bool Status { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public class ProjectsAllocationDto
|
||||||
|
{
|
||||||
|
public Guid ProjectId { get; set; }
|
||||||
|
public Guid JobRoleId { get; set; }
|
||||||
|
|
||||||
|
public bool Status { get; set; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user