Subversion Repositories SmartDukaan

Rev

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

Rev 24383 Rev 24388
Line 20... Line 20...
20
	TicketCategoryRepository ticketCategoryRepository;
20
	TicketCategoryRepository ticketCategoryRepository;
21
	
21
	
22
	@Autowired
22
	@Autowired
23
	TicketSubCategoryRepository ticketSubCategoryRepository;
23
	TicketSubCategoryRepository ticketSubCategoryRepository;
24
	
24
	
-
 
25
	@Autowired 
25
	@Autowired ActivityRepository activityRepository;
26
	ActivityRepository activityRepository;
26
	
27
	
27
	@Override
28
	@Override
28
	public void createTicket(int fofoId, int subcategoryId, String message) {
29
	public void createTicket(int fofoId, int subcategoryId, String message) {
29
		
30
		
30
		ActivityType type = ActivityType.OPENED;
31
		ActivityType type = ActivityType.OPENED;