Subversion Repositories SmartDukaan

Rev

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

Rev 7267 Rev 7285
Line 1289... Line 1289...
1289
	 
1289
	 
1290
	 list<RechargeTransaction> getRechargeTransactionsByNumber(1:string number, 2:i64 storeId);
1290
	 list<RechargeTransaction> getRechargeTransactionsByNumber(1:string number, 2:i64 storeId);
1291
	 
1291
	 
1292
	 bool updateHotspotStorePassword(1:i64 storeId, 2:string password);
1292
	 bool updateHotspotStorePassword(1:i64 storeId, 2:string password);
1293
	 
1293
	 
-
 
1294
	 i64 topupCompanyWallet(1:i64 companyId, 2:i64 amount);
-
 
1295
 
-
 
1296
	 i64 getWalletBalanceForCompany(1:i64 companyId);
-
 
1297
	 	 
1294
	 SourceDetail getSourceDetail(1:i64 source);
1298
	 SourceDetail getSourceDetail(1:i64 source);
1295
	 
1299
	 
1296
	 list<TelecomCircle> getAllCircles();
1300
	 list<TelecomCircle> getAllCircles();
1297
	 
1301
	 
1298
	 bool deleteFrcs(1:list<i64> frcIdsToDelete);
1302
	 bool deleteFrcs(1:list<i64> frcIdsToDelete);