Subversion Repositories SmartDukaan

Rev

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

Rev 5863 Rev 6322
Line 144... Line 144...
144
	
144
	
145
	list<PickupStore> getAllPickupStores(),
145
	list<PickupStore> getAllPickupStores(),
146
	
146
	
147
	PickupStore getPickupStore(1:i64 storeId),
147
	PickupStore getPickupStore(1:i64 storeId),
148
	
148
	
149
	PickupStore getPickupStoreByHotspotId(1:string hotspotId)
149
	PickupStore getPickupStoreByHotspotId(1:string hotspotId),
-
 
150
	
-
 
151
	void addPincode(1:i64 providerId, 2:string pincode, 3:string destCode, 4:bool exp, 5:bool cod, 6:i32 stationType)
-
 
152
	
-
 
153
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod)
150
}
154
}