Subversion Repositories SmartDukaan

Rev

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

Rev 26817 Rev 26842
Line 11... Line 11...
11
 
11
 
12
	void resetPassword(String mobile) throws ProfitMandiBusinessException;
12
	void resetPassword(String mobile) throws ProfitMandiBusinessException;
13
 
13
 
14
	Customer addCustomer(Customer customer);
14
	Customer addCustomer(Customer customer);
15
 
15
 
16
	void changePassword(String emailOrMobile, String oldHashedPassword, String hashedPassword)
16
	void changePassword(String emailOrMobile, String password)
17
			throws ProfitMandiBusinessException;
17
			throws ProfitMandiBusinessException;
18
 
18
 
19
}
19
}