Subversion Repositories SmartDukaan

Rev

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

Rev 7355 Rev 7363
Line 1316... Line 1316...
1316
	 bool updateHotspotStorePassword(1:i64 storeId, 2:string password);
1316
	 bool updateHotspotStorePassword(1:i64 storeId, 2:string password);
1317
	 
1317
	 
1318
	 i64 topupCompanyWallet(1:i64 companyId, 2:i64 amount);
1318
	 i64 topupCompanyWallet(1:i64 companyId, 2:i64 amount);
1319
 
1319
 
1320
	 i64 getWalletBalanceForCompany(1:i64 companyId);
1320
	 i64 getWalletBalanceForCompany(1:i64 companyId);
-
 
1321
	 
-
 
1322
	 i64 getSaholicRechargeBalance();
1321
	 	 
1323
	 	 
1322
	 SourceDetail getSourceDetail(1:i64 source);
1324
	 SourceDetail getSourceDetail(1:i64 source);
1323
	 
1325
	 
1324
	 list<TelecomCircle> getAllCircles();
1326
	 list<TelecomCircle> getAllCircles();
1325
	 
1327