Subversion Repositories SmartDukaan

Rev

Rev 21545 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21545 Rev 21602
Line 1... Line 1...
1
package com.spice.profitmandi.dao.repository;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
3
public class UserCart {
3
public class UserCart {
4
	private int userId;
4
	private int userId;
5
	private int cartId;
5
	private int cartId;
6
	
6