kCura.EDDS.WebAPI.ProductionManagerBase.RetrieveProducedByContextArtifactIDCompletedEventArgs
namespace kCura.EDDS.WebAPI.ProductionManagerBase
{
public class RetrieveProducedByContextArtifactIDCompletedEventArgs : AsyncCompletedEventArgs
{
public DataSet Result { get; }
}
}