Subversion Repositories SmartDukaan

Rev

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

Rev 14765 Rev 15163
Line 19... Line 19...
19
}
19
}
20
 
20
 
21
service DtrService extends GenericService.GenericService{
21
service DtrService extends GenericService.GenericService{
22
 
22
 
23
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
23
list<LivePricing> getLatestPricing(1:i64 skuBundleId, 2:i64 source_id)
-
 
24
 
-
 
25
oneway void updateLatestPriceForItem(1:i64 id) 
24
	
26
	
25
}
27
}