Ejemplo n.º 1
0
 // GET: api/ProjectMembers
 public List <ProjectMember> GetProjectMembers()
 {
     return(iProjectMemberService.Get());
 }