Subversion Repositories SmartDukaan

Rev

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

Rev 18735 Rev 18764
Line 660... Line 660...
660
	Address getBillingAddressForUser(1:i64 userId)
660
	Address getBillingAddressForUser(1:i64 userId)
661
	
661
	
662
	bool isCreditorAssigned(1:i64 userId)
662
	bool isCreditorAssigned(1:i64 userId)
663
	
663
	
664
	bool isTaxInvoiceEnabledUser(1:i64 userId)
664
	bool isTaxInvoiceEnabledUser(1:i64 userId)
-
 
665
	
-
 
666
	map<i64, list<Line>> getCartByValue(1:list<i64> cartIds)
665
}
667
}
666
668