Subversion Repositories SmartDukaan

Rev

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

Rev 6821 Rev 6838
Line 383... Line 383...
383
	This method returns the insurance amount needed to insure the given item for a given quantity.
383
	This method returns the insurance amount needed to insure the given item for a given quantity.
384
	*/
384
	*/
385
	i64 getInsuranceAmount(1:i64 itemId, 2:i64 insurerId, 3:i64 quantity),
385
	i64 getInsuranceAmount(1:i64 itemId, 2:i64 insurerId, 3:i64 quantity),
386
	
386
	
387
	Insurer getInsurer(1:i64 insurerId)
387
	Insurer getInsurer(1:i64 insurerId)
-
 
388
	
-
 
389
	list<Insurer> getAllInsurers()
388
}
390
}