created new dto for projectAllocation for employee
This commit is contained in:
parent
75183d1397
commit
681cdd690c
@ -8,4 +8,13 @@
|
||||
|
||||
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