Commit e32e363e authored by ssathu-nisum-com's avatar ssathu-nisum-com Committed by rbonthala-nisum-com

Integration_Issues (#67)

parent 61e46690
......@@ -20,8 +20,8 @@ public interface ProjectTeamMatesRepo
ProjectTeamMate findById(ObjectId id);
ProjectTeamMate findByEmployeeIdAndManagerId(String employeeId,
String managerId);
/* ProjectTeamMate findByEmployeeIdAndManagerId(String employeeId,
String managerId);*/
ProjectTeamMate findByEmployeeIdAndProjectId(String employeeId,
String projectId);
......
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