1using System.Collections.Generic;
2using System.Threading.Tasks;
Interface for peer-review service providers.
Task< IPeerReviewService[]> GetServicesForPeerReview(KeyValuePair< string, object >[] Identity)
Gets available peer-review services.
Task< IPeerReviewService > GetServiceForPeerReview(string ServiceId, KeyValuePair< string, object >[] Identity)
Gets a peer-review service.
Interface for information about a service provider.