Subversion Repositories SmartDukaan

Rev

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

Rev 7263 Rev 7267
Line 1290... Line 1290...
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
	 SourceDetail getSourceDetail(1:i64 source);
1294
	 SourceDetail getSourceDetail(1:i64 source);
-
 
1295
	 
-
 
1296
	 list<TelecomCircle> getAllCircles();
-
 
1297
	 
-
 
1298
	 bool deleteFrcs(1:list<i64> frcIdsToDelete);
1295
}
1299
}