Subversion Repositories SmartDukaan

Rev

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

Rev 4793 Rev 5168
Line 40... Line 40...
40
    }
40
    }
41
    
41
    
42
    public void unassignAgentTickets(int assigneeId) {
42
    public void unassignAgentTickets(int assigneeId) {
43
    	ticketMapper.unassignAgentTickets(assigneeId);
43
    	ticketMapper.unassignAgentTickets(assigneeId);
44
    }
44
    }
-
 
45
    
-
 
46
    public int getOpenTicketCountForAgent(long agentId) {
-
 
47
    	return ticketMapper.getOpenTicketCountForAgent(agentId);
-
 
48
    }
45
}
49
}