Resolve Concelier/Excititor merge conflicts
This commit is contained in:
		
							
								
								
									
										11
									
								
								Mongo2Go-4.1.0/src/Mongo2Go/Helper/IMongoDbProcess.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								Mongo2Go-4.1.0/src/Mongo2Go/Helper/IMongoDbProcess.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
using System;
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
 | 
			
		||||
namespace Mongo2Go.Helper
 | 
			
		||||
{
 | 
			
		||||
    public interface IMongoDbProcess : IDisposable
 | 
			
		||||
    {
 | 
			
		||||
        IEnumerable<string> StandardOutput { get; }
 | 
			
		||||
        IEnumerable<string> ErrorOutput { get; } 
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user