Add project files.
This commit is contained in:
		
							
								
								
									
										18
									
								
								Core.Cerberos.Adapters/Common/Constants/Schemes.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								Core.Cerberos.Adapters/Common/Constants/Schemes.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| namespace Core.Cerberos.Adapters.Common.Constants | ||||
| { | ||||
|     /// <summary> | ||||
|     /// Constants for schemes. | ||||
|     /// </summary> | ||||
|     public class Schemes | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// The heath scheme. | ||||
|         /// </summary> | ||||
|         public const string HeathScheme = "HeathScheme"; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// The azure scheme. | ||||
|         /// </summary> | ||||
|         public const string AzureScheme = "AzureScheme"; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin