Fix ReturnValueBinder iterating through Operation properties instead
of entity properties
This commit is contained in:
		
							parent
							
								
									57a4f2fb05
								
							
						
					
					
						commit
						ae0131086e
					
				@ -20,7 +20,7 @@ namespace Connected.Data.Storage
 | 
			
		||||
 | 
			
		||||
				var properties = new List<PropertyInfo>();
 | 
			
		||||
 | 
			
		||||
				var all = operation.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance);
 | 
			
		||||
				var all = entity.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance);
 | 
			
		||||
 | 
			
		||||
				foreach (var prop in all)
 | 
			
		||||
				{
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user