11 lines
		
	
	
		
			239 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			239 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using Core.Blueprint.KeyVault;
 | |
| 
 | |
| namespace Core.Blueprint.External.Clients.Blueprint.Adapters
 | |
| {
 | |
|     public class KeyVaultAdapter
 | |
|     {
 | |
|         public KeyVaultResponse Item1 { get; set; }
 | |
|         public string Item2 { get; set; }
 | |
|     }
 | |
| }
 | 
