Subversion Repositories SmartDukaan

Rev

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

Rev 24330 Rev 24479
Line 12... Line 12...
12
	
12
	
13
	void addAuthUser(AuthUser authUser) throws ProfitMandiBusinessException;
13
	void addAuthUser(AuthUser authUser) throws ProfitMandiBusinessException;
14
	void changePassword(String emailOrMobile, String oldHashedPassword, String hashedPassword)
14
	void changePassword(String emailOrMobile, String oldHashedPassword, String hashedPassword)
15
			throws ProfitMandiBusinessException;
15
			throws ProfitMandiBusinessException;
16
	
16
	
-
 
17
	String getNameByEmailId(String email);
-
 
18
	
17
}
19
}