Subversion Repositories SmartDukaan

Rev

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

Rev 7169 Rev 7172
Line 1276... Line 1276...
1276
	 
1276
	 
1277
	 TelecomCircle getTelecomCircle(1:i64 id, 2:string code);
1277
	 TelecomCircle getTelecomCircle(1:i64 id, 2:string code);
1278
	 
1278
	 
1279
	 binary retrieveHotspotRechargeInvoice(1:i64 rechargeId);
1279
	 binary retrieveHotspotRechargeInvoice(1:i64 rechargeId);
1280
	 
1280
	 
1281
	 list<RechargeTransaction> getRechargeTransactionsByNumber(1:string number);
1281
	 list<RechargeTransaction> getRechargeTransactionsByNumber(1:string number, 2:i64 storeId);
1282
	 
1282
	 
1283
	 bool updateHotspotStorePassword(1:i64 storeId, 2:string password);
1283
	 bool updateHotspotStorePassword(1:i64 storeId, 2:string password);
1284
}
1284
}