Ricardo.Contracts Namespace |
Interface | Description | |
---|---|---|
![]() | IAdminService |
Provides administration methods usefull on admin section part of ricardo.ch WebSite
This interface should only contains WebService methods dedicated to administration
All methods should not be accessible to final customers!
|
![]() | IArticleService | This service exposes the methods to retrieve all the information for an article
|
![]() | IBuyerAccountService |
This service is to be used for everything that refers to your account as a buyer: get all your open/won/lost articles...
|
![]() | IBuyService | This service exposes the methods to buy articles
|
![]() | IControlAccessService | |
![]() | ICustomerService |
This service is to be used to manage all the generic data about your account: modify your addresses, get your messages, get your preferences ...
|
![]() | IDeviceService |
This service exposes the methods to notify customers
|
![]() | INotificationService | |
![]() | IRatingService | This service exposes the methods to retrieve all the information for an article
|
![]() | ISchedulerService |
Provides methods that do the scheduled tasks.
Mathods can be called by HangFire for example
|
![]() | ISearchService |
This service exposes all the methods that have to be used to perform a search within our data, for example getting the information about an auction, get all the articles from a specified seller ...
|
![]() | ISecurityService |
Interface of ISecurityService
|
![]() | ISellerAccountService |
This service is to be used for everything that refers to your account as a seller: get all your open articles, get your sold articles, get your articles that haven't been sold ...
|
![]() | ISellService |
This service is to be used to manage your articles as a seller: you can list, relist, modify, close an article ...
|
![]() | ISystemService |
Interface of System Service
|