Subversion Repositories SmartDukaan

Rev

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

Rev 6921 Rev 6962
Line 410... Line 410...
410
	*/
410
	*/
411
	i64 getInsuranceAmount(1:i64 itemId, 2:double price, 3:i64 insurerId, 4:i64 quantity),
411
	i64 getInsuranceAmount(1:i64 itemId, 2:double price, 3:i64 insurerId, 4:i64 quantity),
412
	
412
	
413
	Insurer getInsurer(1:i64 insurerId),
413
	Insurer getInsurer(1:i64 insurerId),
414
	
414
	
415
	list<Insurer> getAllInsurers()
415
	list<Insurer> getAllInsurers(),
-
 
416
	
-
 
417
	void updateInsuranceDeclaredAmount(1:i64 insurerId, 2:double amount)
416
}
418
}