kCura.EDDS.WebAPI.RelativityManagerBase.IsImportEmailNotificationEnabledCompletedEventArgs
namespace kCura.EDDS.WebAPI.RelativityManagerBase
{
public class IsImportEmailNotificationEnabledCompletedEventArgs : AsyncCompletedEventArgs
{
public bool Result { get; }
}
}