Subversion Repositories SmartDukaan

Rev

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

Rev 7096 Rev 7109
Line 1269... Line 1269...
1269
	 list<FRC> getFRCs(1:i64 circleId, 2:i64 operatorId);
1269
	 list<FRC> getFRCs(1:i64 circleId, 2:i64 operatorId);
1270
	 
1270
	 
1271
	 HotspotStore getHotspotStore(1:i64 id, 2:string hotspotid);
1271
	 HotspotStore getHotspotStore(1:i64 id, 2:string hotspotid);
1272
	 
1272
	 
1273
	 TelecomCircle getTelecomCircle(1:i64 id, 2:string code);
1273
	 TelecomCircle getTelecomCircle(1:i64 id, 2:string code);
-
 
1274
	 
-
 
1275
	 binary retrieveHotspotRechargeInvoice(1:i64 rechargeId);
1274
}
1276
}