Subversion Repositories SmartDukaan

Rev

Rev 3088 | Rev 3339 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3088 Rev 3137
Line 44... Line 44...
44
    }
44
    }
45
 
45
 
46
    public void updatePasswordForAgent(String agentEmailId, String password) {
46
    public void updatePasswordForAgent(String agentEmailId, String password) {
47
        agentMapper.updatePasswordForAgent(agentEmailId, password);
47
        agentMapper.updatePasswordForAgent(agentEmailId, password);
48
    }
48
    }
-
 
49
 
-
 
50
    public List<Agent> getReportees(long agentId) {
-
 
51
        return agentMapper.getReportees(agentId);
-
 
52
    }
49
}
53
}